From e6bc9c35f3518760800be47ec0b061fd508c8175 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 27 Jul 2012 08:36:43 +0200 Subject: Update Warning-strings to use a standard-format - ensure warnings always start with "Warning:" and that the first character after ":" is written uppercase - ensure the first sentence in warnings ends with an "!" - remove unneeded spaces from Warning-strings - add missing Warning-string translation - remove a "\n" and replace with untranslatable "

" --- src/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet.cpp') diff --git a/src/wallet.cpp b/src/wallet.cpp index 4d99ce6560..fee4db9e71 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1557,7 +1557,7 @@ CPubKey CReserveKey::GetReservedKey() vchPubKey = keypool.vchPubKey; else { - printf("CReserveKey::GetReservedKey(): Warning: using default key instead of a new key, top up your keypool."); + printf("CReserveKey::GetReservedKey(): Warning: Using default key instead of a new key, top up your keypool!"); vchPubKey = pwallet->vchDefaultKey; } } -- cgit v1.2.3