changeset 522:c495dd026d61

Made label strings translatable in certificate list dialog.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 29 Apr 2014 15:24:49 +0200
parents b8b0f9685ffa
children ca583ffe728a
files ui/createcertlistdialog.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ui/createcertlistdialog.cpp	Thu Apr 24 14:56:13 2014 +0200
+++ b/ui/createcertlistdialog.cpp	Tue Apr 29 15:24:49 2014 +0200
@@ -62,8 +62,8 @@
     headerLayout->addWidget(headerSeparator);
     headerLayout->insertSpacing(3, 10);
 
-    QLabel *certLabel = new QLabel("Select signing key:");
-    QLabel *saveLabel = new QLabel("Select output folder:");
+    QLabel *certLabel = new QLabel(tr("Select signing key:"));
+    QLabel *saveLabel = new QLabel(tr("Select output folder:"));
     labelLayout->addWidget(certLabel);
     labelLayout->addWidget(saveLabel);
 

http://wald.intevation.org/projects/trustbridge/