From c06c4d264aca4e252495181a8de01960abad983f Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sat, 1 Dec 2012 15:24:30 +0000 Subject: Missing translation string Change-Id: Id18f8edb422830ef3bce4f1fe7b2524a53e4b74f diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index d1fac1e..c27edfb 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -523,7 +523,7 @@ bool QtLoginWindow::askUserToTrustCertificatePermanently(const std::string& mess dialog.setText(tr("The certificate presented by the server is not valid.")); dialog.setInformativeText(P2QSTRING(message) + "\n\n" + tr("Would you like to permanently trust this certificate? This must only be done if you know it is correct.")); - dialog.addButton("Show Certificate", QMessageBox::HelpRole); + dialog.addButton(tr("Show Certificate"), QMessageBox::HelpRole); dialog.addButton(QMessageBox::Yes); dialog.addButton(QMessageBox::No); dialog.setDefaultButton(QMessageBox::No); -- cgit v0.10.2-6-g49f6