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

@@ -299,7 +299,7 @@ void CMakeRunPage::initializePage()
if (m_cmakeWizard->existsUpToDateXmlFile()) {
m_descriptionLabel->setText(
tr("The directoyr %1 already contains a cbp file, which is recent enough. "
tr("The directory %1 already contains a cbp file, which is recent enough. "
"You can pass special arguments or change the used toolchain here and rerun cmake. "
"Or simply finish the wizard directly").arg(m_buildDirectory));
} else {