You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/clientversion.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ std::string LicenseInfo()
95
95
strprintf(_("The source code is available from %s."), URL_SOURCE_CODE).translated +
96
96
"\n" +
97
97
"\n" +
98
-
_("This is experimental software.").translated + "\n" +
98
+
_("This is experimental software.") + "\n" +
99
99
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/licenses/MIT>").translated +
fast_rescan_filter ? "fast variant using block filters" : "slow variant inspecting all blocks");
1904
1904
1905
1905
fAbortRescan = false;
1906
-
ShowProgress(strprintf("%s %s", GetDisplayName(), _("Rescanning…").translated), 0); // show rescan progress in GUI as dialog or on splashscreen, if rescan required on startup (e.g. due to corruption)
1906
+
ShowProgress(strprintf("%s %s", GetDisplayName(), _("Rescanning…")), 0); // show rescan progress in GUI as dialog or on splashscreen, if rescan required on startup (e.g. due to corruption)
0 commit comments