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
Pass literal format strings instead of std::string so formats can be
checked at compile time.
Co-authored-by: Ryan Ofsky <[email protected]>
Co-authored-by: stickies-v <[email protected]>
fast_rescan_filter ? "fast variant using block filters" : "slow variant inspecting all blocks");
1898
1898
1899
1899
fAbortRescan = false;
1900
-
ShowProgress(strprintf("%s " +_("Rescanning…").translated, GetDisplayName()), 0); // show rescan progress in GUI as dialog or on splashscreen, if rescan required on startup (e.g. due to corruption)
1900
+
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)
0 commit comments