forked from qt-creator/qt-creator
QmlDesigner: Fix typo in message box title
Pick-to: qds/4.7 Change-Id: Ie5f19422ee1ed10721486fb9bb63bf638476e71d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
80dbdfe032
commit
b208c5859c
@@ -112,7 +112,7 @@ void DesignSystemWidget::reloadQmlSource()
|
||||
errorString += "\n" + error.toString();
|
||||
|
||||
Core::AsynchronousMessageBox::warning(tr("Cannot Create QtQuick View"),
|
||||
tr("StatesEditorWidget: %1 cannot be created.%2")
|
||||
tr("DesignSystemWidget: %1 cannot be created.%2")
|
||||
.arg(qmlSourcesPath(), errorString));
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user