aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.cpp')
-rw-r--r--keylist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keylist.cpp b/keylist.cpp
index 4e51e31..b45f7eb 100644
--- a/keylist.cpp
+++ b/keylist.cpp
@@ -45,7 +45,7 @@ KeyList::KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent)
mKeyList->setAlternatingRowColors(true);
QStringList labels;
- labels << "" << "" << "Name" << "EMail" << "id";
+ labels << "" << "" << tr("Name") << tr("EMail") << tr("id");
mKeyList->setHorizontalHeaderLabels(labels);
mKeyList->horizontalHeader()->setStretchLastSection(true);