mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge #8192: [trivial] Remove URLs from About dialog translations
208d37f
[trivial] Remove URLs from About dialog translations (fanquake)
This commit is contained in:
parent
f4af44676a
commit
a377499c10
@ -591,7 +591,7 @@ std::string LicenseInfo()
|
|||||||
{
|
{
|
||||||
const std::string URL_SOURCE_CODE = "<https://github.com/dashpay/dash>";
|
const std::string URL_SOURCE_CODE = "<https://github.com/dashpay/dash>";
|
||||||
const std::string URL_WEBSITE = "<https://dash.org>";
|
const std::string URL_WEBSITE = "<https://dash.org>";
|
||||||
// todo: remove urls from translations on next change
|
|
||||||
return CopyrightHolders(_("Copyright (C)"), 2014, COPYRIGHT_YEAR) + "\n" +
|
return CopyrightHolders(_("Copyright (C)"), 2014, COPYRIGHT_YEAR) + "\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
strprintf(_("Please contribute if you find %s useful. "
|
strprintf(_("Please contribute if you find %s useful. "
|
||||||
@ -603,9 +603,9 @@ std::string LicenseInfo()
|
|||||||
"\n" +
|
"\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
_("This is experimental software.") + "\n" +
|
_("This is experimental software.") + "\n" +
|
||||||
_("Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.") + "\n" +
|
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/licenses/MIT>") + "\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.") +
|
strprintf(_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard."), "<https://www.openssl.org>") +
|
||||||
"\n";
|
"\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user