I10N: First translation fixes for 2.1

Fix README, some spelling errors, remove contractions,
exclamation marks, correct some plural forms, join split messages.
Add QCoreApplication::translate to non-Q_OBJECT-classes.
Fix some lupdate warnings about discarding meta-data (//:).
This commit is contained in:
Friedemann Kleint
2010-09-10 10:51:43 +02:00
parent 4dd844d76a
commit 24cadd34a1
31 changed files with 107 additions and 75 deletions

View File

@@ -259,7 +259,7 @@ void BuildStepListWidget::stepRemove(int pos)
} else {
QMessageBox::warning(Core::ICore::instance()->mainWindow(),
tr("Removing Step failed"),
tr("Can't remove build step while building"),
tr("Cannot remove build step while building"),
QMessageBox::Ok, QMessageBox::Ok);
}
}