forked from qt-creator/qt-creator
A few spelling/grammar fixes
This commit is contained in:
committed by
Oswald Buddenhagen
parent
849e8f35c3
commit
6b1a64d5c6
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user