mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Address translation feedback from Transifex
This commit is contained in:
@@ -590,7 +590,7 @@ Entry* KeePass1Reader::readEntry(QIODevice* cipherStream)
|
||||
break;
|
||||
case 0x0001:
|
||||
if (fieldSize != 16) {
|
||||
raiseError(tr("Invalid entry uuid field size"));
|
||||
raiseError(tr("Invalid entry UUID field size"));
|
||||
return nullptr;
|
||||
}
|
||||
m_entryUuids.insert(fieldData, entry.data());
|
||||
|
||||
Reference in New Issue
Block a user