mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-16 01:37:20 -05:00
parent
42abc858a4
commit
a4d1293eaf
@ -548,7 +548,7 @@ void Service::removeSharedEncryptionKeys()
|
|||||||
|
|
||||||
const int count = keysToRemove.count();
|
const int count = keysToRemove.count();
|
||||||
QMessageBox::information(0, tr("KeePassXC: Removed keys from database"),
|
QMessageBox::information(0, tr("KeePassXC: Removed keys from database"),
|
||||||
tr("Successfully removed %1 encryption-%2 from KeePassX/Http Settings.").arg(count).arg(count ? "keys" : "key"),
|
tr("Successfully removed %n encryption-key(s) from KeePassX/Http Settings.", "", count),
|
||||||
QMessageBox::Ok);
|
QMessageBox::Ok);
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::information(0, tr("KeePassXC: No keys found"),
|
QMessageBox::information(0, tr("KeePassXC: No keys found"),
|
||||||
@ -592,7 +592,7 @@ void Service::removeStoredPermissions()
|
|||||||
|
|
||||||
if (counter > 0) {
|
if (counter > 0) {
|
||||||
QMessageBox::information(0, tr("KeePassXC: Removed permissions"),
|
QMessageBox::information(0, tr("KeePassXC: Removed permissions"),
|
||||||
tr("Successfully removed permissions from %1 %2.").arg(counter).arg(counter ? "entries" : "entry"),
|
tr("Successfully removed permissions from %n entries.", "", counter),
|
||||||
QMessageBox::Ok);
|
QMessageBox::Ok);
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::information(0, tr("KeePassXC: No entry with permissions found!"),
|
QMessageBox::information(0, tr("KeePassXC: No entry with permissions found!"),
|
||||||
|
Loading…
Reference in New Issue
Block a user