add missed line breaks

This commit is contained in:
kvazar 2024-03-29 05:36:53 +02:00
parent c6f71be91f
commit 59ab126dd6

View File

@ -539,8 +539,10 @@ std::string LicenseInfo()
"Visit %s for further information about the software."), "Visit %s for further information about the software."),
PACKAGE_NAME, URL_WEBSITE) + PACKAGE_NAME, URL_WEBSITE) +
"\n" + "\n" +
"\n" +
strprintf(_("The source code is available from %s."), strprintf(_("The source code is available from %s."),
URL_SOURCE_CODE) + URL_SOURCE_CODE) +
"\n" +
strprintf(_("Wallet version by %s."), strprintf(_("Wallet version by %s."),
URL_KVAZAR_CODE) + URL_KVAZAR_CODE) +
"\n" + "\n" +