diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-02-01 00:03:41 +0100 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-02-01 00:03:41 +0100 |
| commit | 80040dba2ec1e935c7aece7bd8573fe4ae193b6c (patch) | |
| tree | 6201c90dabaaec4c6116553b012b2bdefa0d435c /keylist.cpp | |
| parent | now really add translation (diff) | |
| download | gpg4usb-80040dba2ec1e935c7aece7bd8573fe4ae193b6c.tar.gz gpg4usb-80040dba2ec1e935c7aece7bd8573fe4ae193b6c.zip | |
translations
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@261 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keylist.cpp')
| -rw-r--r-- | keylist.cpp | 2 |
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); |
