Merge pull request #3094

a85dbb3f Fixed typos and wording tweaks (Maxithi)
This commit is contained in:
Riccardo Spagni
2018-02-16 14:17:46 +01:00
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;
}