diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:17:46 +0100 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:17:46 +0100 |
commit | 5d36ed6613d2a6c5f3c556ebf06b04f10d6419db (patch) | |
tree | fdd70823d0be8a4f8f28882859bc6ce225cca71b /src/wallet/api/address_book.cpp | |
parent | Merge pull request #3138 (diff) | |
parent | Fixed typos and wording tweaks (diff) | |
download | monero-5d36ed6613d2a6c5f3c556ebf06b04f10d6419db.tar.xz |
Merge pull request #3094
a85dbb3f Fixed typos and wording tweaks (Maxithi)
Diffstat (limited to 'src/wallet/api/address_book.cpp')
-rw-r--r-- | src/wallet/api/address_book.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/address_book.cpp b/src/wallet/api/address_book.cpp index 8089a6a05..38c34a912 100644 --- a/src/wallet/api/address_book.cpp +++ b/src/wallet/api/address_book.cpp @@ -74,7 +74,7 @@ bool AddressBookImpl::addRow(const std::string &dst_addr , const std::string &pa // integrated + long payment id provided if(has_long_pid && info.has_payment_id) { - m_errorString = tr("Integrated address and long payment id can't be used at the same time"); + m_errorString = tr("Integrated address and long payment ID can't be used at the same time"); m_errorCode = Invalid_Payment_Id; return false; } |