aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-02-16 14:17:46 +0100
committerRiccardo Spagni <ric@spagni.net>2018-02-16 14:17:46 +0100
commit5d36ed6613d2a6c5f3c556ebf06b04f10d6419db (patch)
treefdd70823d0be8a4f8f28882859bc6ce225cca71b /src/wallet/api/address_book.cpp
parentMerge pull request #3138 (diff)
parentFixed typos and wording tweaks (diff)
downloadmonero-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.cpp2
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;
}