From 9396542f1225d07a3199c4b3576c53227910800e Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 6 Mar 2012 20:13:58 +0000 Subject: 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 --- verifynotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verifynotification.cpp') 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); -- cgit v1.2.3