aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.cpp
diff options
context:
space:
mode:
authorMaxithi <34792056+Maxithi@users.noreply.github.com>2018-01-09 22:37:30 +0100
committerMaxithi <34792056+Maxithi@users.noreply.github.com>2018-01-29 12:13:23 +0100
commita85dbb3f2f1cef8f9f973b9fa94b073e42bcee2c (patch)
tree1d3c7a47f1a6bbb9786700cb5cb7d049ffe1a9b2 /src/wallet/api/address_book.cpp
parentMerge pull request #3019 (diff)
downloadmonero-a85dbb3f2f1cef8f9f973b9fa94b073e42bcee2c.tar.xz
Fixed typos and wording tweaks
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 da412cd4b..c2238f9d6 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;
}