this string was untranslatable. thanks to siilimestari for pointing that out
authorsheepluva
Sun, 23 Nov 2014 15:40:13 +0100
changeset 10537 7475f81a9b2e
parent 10536 1010df878643
child 10538 b466e34f5ee3
this string was untranslatable. thanks to siilimestari for pointing that out
QTfrontend/ui/dialog/input_password.cpp
--- a/QTfrontend/ui/dialog/input_password.cpp	Sun Nov 23 05:03:11 2014 +0100
+++ b/QTfrontend/ui/dialog/input_password.cpp	Sun Nov 23 15:40:13 2014 +0100
@@ -56,7 +56,7 @@
     layout->addWidget(cbSave, 5, 0);
 
     QDialogButtonBox* dbbButtons = new QDialogButtonBox(this);
-    pbNewAccount = dbbButtons->addButton(QString("New Account"), QDialogButtonBox::ActionRole);
+    pbNewAccount = dbbButtons->addButton(tr("New Account"), QDialogButtonBox::ActionRole);
     QPushButton * pbOK = dbbButtons->addButton(QDialogButtonBox::Ok);
     QPushButton * pbCancel = dbbButtons->addButton(QDialogButtonBox::Cancel);
     layout->addWidget(dbbButtons, 6, 0);