Fixed translation glitches.

This commit is contained in:
Friedemann Kleint
2009-07-31 16:41:12 +02:00
parent c483f5ae85
commit cbfa2c0191
12 changed files with 17 additions and 98 deletions

View File

@@ -101,7 +101,7 @@ QStringList BaseCheckoutWizard::runWizard(const QString &path, QWidget *parent)
const QString projectFile = openProject(checkoutPath, &errorMessage);
if (projectFile.isEmpty()) {
QMessageBox msgBox(QMessageBox::Warning, tr("Cannot Open Project"),
tr("Failed to open project in '%1'").arg(checkoutPath));
tr("Failed to open project in '%1'.").arg(checkoutPath));
msgBox.setDetailedText(errorMessage);
msgBox.exec();
return QStringList();