diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-06 21:36:36 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-06 21:36:36 +0100 |
| commit | eafa42262813180336ae5e4c4c284d17a4f42e65 (patch) | |
| tree | e88d42d1d8cf39e2aad1ec6f1ba9bc3738e2cbdd /verifynotification.cpp | |
| parent | Merge branch '0.3.2-local' (diff) | |
| download | gpg4usb-eafa42262813180336ae5e4c4c284d17a4f42e65.tar.gz gpg4usb-eafa42262813180336ae5e4c4c284d17a4f42e65.zip | |
fixed minor cosmetic effects
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@849 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); |
