diff options
author | saturneric <[email protected]> | 2024-05-11 13:46:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-11 13:46:02 +0000 |
commit | ba74ab8f0d9ae34beda1f7e6d0512887e058fd81 (patch) | |
tree | abd3b093c03ac2c9de493eee1982443d55de3a3a /src/ui/widgets/KeyList.cpp | |
parent | feat: let user select keys to sync from key server (diff) | |
download | GpgFrontend-ba74ab8f0d9ae34beda1f7e6d0512887e058fd81.tar.gz GpgFrontend-ba74ab8f0d9ae34beda1f7e6d0512887e058fd81.zip |
fix: update translations
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r-- | src/ui/widgets/KeyList.cpp | 2 |
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; |