From cf313abffed7fcadf01d13f849852290dbdcfbe6 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sun, 28 Oct 2012 10:18:21 +0000 Subject: Missed a translatable string Change-Id: I3f3c9e11472d1672a538e70bd160b6332ff6390b diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index cc9f50a..1cb1c68 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -409,7 +409,7 @@ void QtLoginWindow::handleCertficateChecked(bool checked) { certificateButton_->setChecked(false); } #else - certificateFile_ = QFileDialog::getOpenFileName(this, tr("Select an authentication certificate"), QString(), QString("P12 files (*.cert *.p12 *.pfx);;All files (*.*)")); + certificateFile_ = QFileDialog::getOpenFileName(this, tr("Select an authentication certificate"), QString(), tr("P12 files (*.cert *.p12 *.pfx);;All files (*.*)")); if (certificateFile_.isEmpty()) { certificateButton_->setChecked(false); } -- cgit v0.10.2-6-g49f6