From 4482bd8fd70fc5b9ef2bf94ba45cc80514de642b Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 4 Sep 2016 15:04:22 +1200 Subject: [PATCH] Adjust copy --- src/metrics.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/metrics.cpp b/src/metrics.cpp index 60ae8dae0..51f17d6e1 100644 --- a/src/metrics.cpp +++ b/src/metrics.cpp @@ -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);