summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2019-10-27 22:30:58 +0000
committerGitHub <noreply@github.com>2019-10-27 22:30:58 +0000
commitdaeb134c0ada28ddb7d191b524d652d48ff04543 (patch)
tree4d989d4964004915a5af2ed635b9a709eab2a03e
parent9494a5b9de1bdc487019eff570ab4bf1c4e8a35a (diff)
Spelling: Keylist missing, Could not fetch, GPG
-rw-r--r--src/usersdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usersdialog.cpp b/src/usersdialog.cpp
index 52be7f6d..786144e5 100644
--- a/src/usersdialog.cpp
+++ b/src/usersdialog.cpp
@@ -22,8 +22,8 @@ UsersDialog::UsersDialog(QString dir, QWidget *parent)
QList<UserInfo> users = QtPassSettings::getPass()->listKeys();
if (users.isEmpty()) {
- QMessageBox::critical(parent, tr("Can not get key list"),
- tr("Unable to get list of available gpg keys"));
+ QMessageBox::critical(parent, tr("Keylist missing"),
+ tr("Could not fetch list of available GPG keys"));
return;
}