aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-11 13:46:02 +0000
committersaturneric <[email protected]>2024-05-11 13:46:02 +0000
commitba74ab8f0d9ae34beda1f7e6d0512887e058fd81 (patch)
treeabd3b093c03ac2c9de493eee1982443d55de3a3a /src/ui/widgets/KeyList.cpp
parentfeat: let user select keys to sync from key server (diff)
downloadGpgFrontend-ba74ab8f0d9ae34beda1f7e6d0512887e058fd81.tar.gz
GpgFrontend-ba74ab8f0d9ae34beda1f7e6d0512887e058fd81.zip
fix: update translations
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r--src/ui/widgets/KeyList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp
index 8b3e9907..be79a6fd 100644
--- a/src/ui/widgets/KeyList.cpp
+++ b/src/ui/widgets/KeyList.cpp
@@ -486,7 +486,7 @@ void KeyList::slot_sync_with_key_server() {
this, QCoreApplication::tr("Sync All Public Key"),
QCoreApplication::tr("You have not checked any public keys that you "
"want to synchronize, do you want to synchronize "
- "all public keys from the key server?"),
+ "all local public keys from the key server?"),
QMessageBox::Yes | QMessageBox::No);
if (reply == QMessageBox::No) return;