Add security message to license text, rm url from translation string

This commit is contained in:
Jay Graber
2017-03-24 13:48:27 -07:00
parent 54c0a28123
commit ab1d2d575c
3 changed files with 5 additions and 3 deletions

View File

@@ -333,7 +333,7 @@ void ThreadShowMetricsScreen()
// Security warning text
std::cout << std::endl;
std::cout << _("In order to ensure you are adequately protecting your privacy when using Zcash, please see https://z.cash/support/security/index.html") << std::endl;
std::cout << strprintf(_("In order to ensure you are adequately protecting your privacy when using Zcash, please see %s"), "https://z.cash/support/security/index.html") << std::endl;
std::cout << std::endl;
}