From 59ab126dd6e23f03529a76036163a8d16eda7ce0 Mon Sep 17 00:00:00 2001 From: kvazar Date: Fri, 29 Mar 2024 05:36:53 +0200 Subject: [PATCH] add missed line breaks --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/init.cpp b/src/init.cpp index b8f3e39fe..efc76b282 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -539,8 +539,10 @@ std::string LicenseInfo() "Visit %s for further information about the software."), PACKAGE_NAME, URL_WEBSITE) + "\n" + + "\n" + strprintf(_("The source code is available from %s."), URL_SOURCE_CODE) + + "\n" + strprintf(_("Wallet version by %s."), URL_KVAZAR_CODE) + "\n" +