Adjust copy

This commit is contained in:
Jack Grigg 2016-09-04 15:04:22 +12:00
parent d934e68967
commit 4482bd8fd7
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 3 additions and 3 deletions

View File

@ -107,8 +107,8 @@ void ThreadShowMetricsScreen()
std::cout << std::endl;
// Thank you text
std::cout << "Thank you for running a Zcash node!" << std::endl;
std::cout << "By running this node, you're contributing to the social good :)" << std::endl;
std::cout << "Thank you for running a Zcash node!" << std::endl;
std::cout << "You're helping to strengthen the network and contributing to a social good :)" << std::endl;
std::cout << std::endl;
// Miner status
@ -178,7 +178,7 @@ void ThreadShowMetricsScreen()
// Explain how to exit
std::cout << std::endl;
std::cout << "[Hit Ctrl+C to exit] [Set 'showmetrics=0' to hide]" << std::endl;;
std::cout << "[Press Ctrl+C to exit] [Set 'showmetrics=0' to hide]" << std::endl;;
boost::this_thread::interruption_point();
MilliSleep(1000);