diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-21 13:52:26 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-12-02 15:06:15 +0100 |
commit | 50db7d9f09f2fda7c97816d810e478c10dba3cb2 (patch) | |
tree | 4360a4fb3a6341180d0793979128c1b276f451c8 /src/qt/rpcconsole.cpp | |
parent | 2747f7cf77f6ef3515899a0d8dbe1bad68114da7 (diff) |
[Qt] change some strings to reflect name change to Bitcoin Core
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r-- | src/qt/rpcconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 2d2d448b49..27de9e3d58 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -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); } |