forked from qt-creator/qt-creator
QmlJSDebugger: Corrected some labels
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -908,7 +908,7 @@ void QDeclarativeViewObserverPrivate::createToolBox()
|
||||
|
||||
QWidget *toolBox = new QWidget(q->declarativeView(), Qt::Tool);
|
||||
toolBox->setWindowFlags(toolBox->windowFlags() & ~Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint);
|
||||
toolBox->setWindowTitle(tr("Quick Toolbox"));
|
||||
toolBox->setWindowTitle(tr("Qt Quick Toolbox"));
|
||||
toolBox->setLayout(verticalLayout);
|
||||
|
||||
toolBox->restoreGeometry(settings->value(QLatin1String(KEY_TOOLBOX_GEOMETRY)).toByteArray());
|
||||
|
@@ -122,7 +122,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="qmlDebuggingLibLabel">
|
||||
<property name="text">
|
||||
<string>Qml Debugging Library:</string>
|
||||
<string>QML Debugging Library:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user