From 7504ac906cfcf4fc87e7402702ecba3137dac7e8 Mon Sep 17 00:00:00 2001 From: EverGreenCoin Date: Wed, 10 May 2017 23:12:05 -0400 Subject: [PATCH] Capitol C --- src/init.cpp | 2 +- src/qt/forms/rpcconsole.ui | 2 +- src/qt/rpcconsole.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 8a29273..fe06883 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -728,7 +728,7 @@ bool AppInit2() { string msg(_("Warning: error reading wallet.dat! All keys read correctly, but transaction data" " or address book entries might be missing or incorrect.")); - uiInterface.ThreadSafeMessageBox(msg, _("curecoin"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL); + uiInterface.ThreadSafeMessageBox(msg, _("Curecoin"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL); } else if (nLoadWalletRet == DB_TOO_NEW) strErrors << _("Error loading wallet.dat: Wallet requires newer version of curecoin") << "\n"; diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 9528c9e..a2d99ee 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -11,7 +11,7 @@ - curecoin - Debug window + Curecoin - Debug window diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 05106bd..559aa6d 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -312,7 +312,7 @@ void RPCConsole::clear() "b { color: #006060; } " ); - message(CMD_REPLY, (tr("Welcome to the curecoin RPC console.") + "
" + + message(CMD_REPLY, (tr("Welcome to the Curecoin RPC console.") + "
" + tr("Use up and down arrows to navigate history, and Ctrl-L to clear screen.") + "
" + tr("Type help for an overview of available commands.")), true); }