diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-13 16:09:14 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-18 23:13:58 +0200 |
commit | ff0ee876bb66b572921087fcd3775fc2602138c2 (patch) | |
tree | 8d2a7099558df03355a66c245626c9cd48172410 /src/wallet.cpp | |
parent | d6615a54c6146728717ad0f8819f32f002613f5c (diff) |
change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r-- | src/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index 96dc986edf..768f9f85ea 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1251,7 +1251,7 @@ string CWallet::SendMoneyToBitcoinAddress(const CBitcoinAddress& address, int64 if (nValue + nTransactionFee > GetBalance()) return _("Insufficient funds"); - // Parse bitcoin address + // Parse Bitcoin address CScript scriptPubKey; scriptPubKey.SetBitcoinAddress(address); |