mirror of
https://github.com/monero-project/monero.git
synced 2026-01-13 05:16:48 -08:00
Merge pull request #3094
a85dbb3f Fixed typos and wording tweaks (Maxithi)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user