A few spelling/grammar fixes

This commit is contained in:
Jure Repinc
2009-05-11 17:57:52 +02:00
committed by Oswald Buddenhagen
parent 849e8f35c3
commit 6b1a64d5c6
5 changed files with 7 additions and 7 deletions

View File

@@ -667,7 +667,7 @@ void FormEditorW::print()
QString errorMessage;
const QPixmap pixmap = m_fwm->createPreviewPixmap(&errorMessage);
if (pixmap.isNull()) {
critical(tr("The image could not be create: %1").arg(errorMessage));
critical(tr("The image could not be created: %1").arg(errorMessage));
break;
}