diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-04-02 07:31:55 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-04-02 07:31:55 -0700 |
| commit | e960bf461ca70f400ee8b383c4c120b9ee552c4a (patch) | |
| tree | a5a1b553dbdd4749f03085acae05e9c8225f2918 /src/bitcoinrpc.cpp | |
| parent | Merge pull request #2428 from r000n/staging (diff) | |
| parent | translation base files update 2013-04-02 (diff) | |
| download | discoin-e960bf461ca70f400ee8b383c4c120b9ee552c4a.tar.xz discoin-e960bf461ca70f400ee8b383c4c120b9ee552c4a.zip | |
Merge pull request #2446 from Diapolo/translations
translation base files update 2013-04-02
Diffstat (limited to 'src/bitcoinrpc.cpp')
| -rw-r--r-- | src/bitcoinrpc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index b6d8de4a1..84478398c 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -763,7 +763,8 @@ void ThreadRPCServer2(void* parg) else if (mapArgs.count("-daemon")) strWhatAmI = strprintf(_("To use the %s option"), "\"-daemon\""); uiInterface.ThreadSafeMessageBox(strprintf( - _("%s, you must set a rpcpassword in the configuration file:\n %s\n" + _("%s, you must set a rpcpassword in the configuration file:\n" + "%s\n" "It is recommended you use the following random password:\n" "rpcuser=bitcoinrpc\n" "rpcpassword=%s\n" |