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
strprintf(_("Please contribute if you find %s useful. "
91
-
"Visit %s for further information about the software.").translated, CLIENT_NAME, "<" CLIENT_URL ">") +
91
+
"Visit %s for further information about the software."),
92
+
CLIENT_NAME, "<" CLIENT_URL ">")
93
+
.translated +
92
94
"\n" +
93
-
strprintf(_("The source code is available from %s.").translated, URL_SOURCE_CODE) +
95
+
strprintf(_("The source code is available from %s."), URL_SOURCE_CODE).translated +
94
96
"\n" +
95
97
"\n" +
96
98
_("This is experimental software.").translated + "\n" +
97
-
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s").translated, "COPYING", "<https://opensource.org/licenses/MIT>") +
99
+
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/licenses/MIT>").translated +
0 commit comments