diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-12-19 17:57:00 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-19 18:02:24 +0100 |
| commit | c63b47df1155ae623d83e9c9af89728092404435 (patch) | |
| tree | b96589f2614c567e289d4737c8469558a792a0d7 /src/qt/rpcconsole.cpp | |
| parent | Merge pull request #5413 (diff) | |
| parent | [Qt] fix a translation that occurs 2 times but was a little different (diff) | |
| download | discoin-c63b47df1155ae623d83e9c9af89728092404435.tar.xz discoin-c63b47df1155ae623d83e9c9af89728092404435.zip | |
Merge pull request #5341
4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann)
50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann)
2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann)
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 9fb15dc6f..e518ac32e 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); } |