From 80040dba2ec1e935c7aece7bd8573fe4ae193b6c Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 31 Jan 2010 23:03:41 +0000 Subject: translations git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@261 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keylist.cpp') 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); -- cgit v1.2.3