diff options
Diffstat (limited to '')
-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; |