Fixed typos and wording tweaks

This commit is contained in:
Maxithi
2018-01-09 22:37:30 +01:00
parent a529f0a6c9
commit a85dbb3f2f
10 changed files with 94 additions and 94 deletions

View File

@@ -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;
}