mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge #18503: init: Replace URL_WEBSITE with PACKAGE_URL
fad2f68353944c83cad7b77415645215ae3f1093 init: Replace URL_WEBSITE with PACKAGE_URL (MarcoFalke) Pull request description: This is needed for rebranding efforts such as #18489 ACKs for top commit: hebasto: ACK fad2f68353944c83cad7b77415645215ae3f1093, tested on Linux Mint 19.3: fanquake: ACK fad2f68353944c83cad7b77415645215ae3f1093 - clicked a link. Tree-SHA512: c26e18cd328d3dd3fd7e25413e1bab780026687a148f126b8673e5f6cc13249f6c16689e45eba9da1545915c6001f96cd33f4e656c08cda3eae1c3fd88da23ea
This commit is contained in:
parent
1fd6393d32
commit
67ac335e75
@ -799,13 +799,12 @@ void SetupServerArgs(NodeContext& node)
|
|||||||
std::string LicenseInfo()
|
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>";
|
|
||||||
|
|
||||||
return CopyrightHolders(_("Copyright (C)").translated, 2014, COPYRIGHT_YEAR) + "\n" +
|
return CopyrightHolders(_("Copyright (C)").translated, 2014, COPYRIGHT_YEAR) + "\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
strprintf(_("Please contribute if you find %s useful. "
|
strprintf(_("Please contribute if you find %s useful. "
|
||||||
"Visit %s for further information about the software.").translated,
|
"Visit %s for further information about the software.").translated,
|
||||||
PACKAGE_NAME, URL_WEBSITE) +
|
PACKAGE_NAME, "<" PACKAGE_URL ">") +
|
||||||
"\n" +
|
"\n" +
|
||||||
strprintf(_("The source code is available from %s.").translated,
|
strprintf(_("The source code is available from %s.").translated,
|
||||||
URL_SOURCE_CODE) +
|
URL_SOURCE_CODE) +
|
||||||
|
Loading…
Reference in New Issue
Block a user