From 91252c3db6edff9aa0bb8927b885fe2a748e7a00 Mon Sep 17 00:00:00 2001 From: lateminer Date: Thu, 4 Jan 2018 22:53:37 +0300 Subject: [PATCH] Add missing "\n" in LicenseInfo() --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.cpp b/src/init.cpp index c8fed84cd..94ae3a66d 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -479,6 +479,7 @@ std::string LicenseInfo() const std::string URL_WEBSITE = ""; // todo: remove urls from translations on next change return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" + + "\n" + FormatParagraph(strprintf(_("Copyright (C) 2014-%i The Blackcoin Lore Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + FormatParagraph(strprintf(_("Please contribute if you find Blackcoin Lore useful. "