diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-06 20:13:58 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-06 20:13:58 +0000 |
commit | 9396542f1225d07a3199c4b3576c53227910800e (patch) | |
tree | 08586bcd9c5d244343afe1d8bd29e8d751640aa0 /verifynotification.cpp | |
parent | added credits for key image and changed COPYING to GPL3 (diff) | |
download | gpg4usb-9396542f1225d07a3199c4b3576c53227910800e.tar.gz gpg4usb-9396542f1225d07a3199c4b3576c53227910800e.zip |
updated translationf files and finished russian translation
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@848 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r-- | verifynotification.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp index d3bef1e..3e056b9 100644 --- a/verifynotification.cpp +++ b/verifynotification.cpp @@ -44,7 +44,7 @@ VerifyNotification::VerifyNotification(QWidget *parent, GpgME::GpgContext *ctx, importFromKeyserverAct->setVisible(false); keysNotInList = new QStringList(); - detailsButton = new QPushButton("Details",this); + detailsButton = new QPushButton(tr("Details"),this); detailsButton->setMenu(detailMenu); QHBoxLayout *notificationWidgetLayout = new QHBoxLayout(this); notificationWidgetLayout->setContentsMargins(10,0,0,0); |