[Qt] change some strings to reflect name change to Bitcoin Core

This commit is contained in:
Philip Kaufmann
2014-11-21 13:52:26 +01:00
parent 2747f7cf77
commit 50db7d9f09
5 changed files with 7 additions and 7 deletions

View File

@@ -361,7 +361,7 @@ void RPCConsole::clear()
"b { color: #006060; } "
);
message(CMD_REPLY, (tr("Welcome to the Bitcoin RPC console.") + "<br>" +
message(CMD_REPLY, (tr("Welcome to the Bitcoin Core RPC console.") + "<br>" +
tr("Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.") + "<br>" +
tr("Type <b>help</b> for an overview of available commands.")), true);
}