forked from qt-creator/qt-creator
String fixes
Change-Id: If4fa56d283669561f61323b3ee620f6d9a7ca1b1 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
@@ -125,7 +125,7 @@ CommonOptionsPageWidget::CommonOptionsPageWidget
|
||||
checkBoxBringToForegroundOnInterrrupt->setText(tr("Bring Qt Creator to foreground when application interrupts"));
|
||||
|
||||
checkBoxShowQmlObjectTree = new QCheckBox(behaviorBox);
|
||||
checkBoxShowQmlObjectTree->setToolTip(tr("Shows QML object tree in Locals & Expressions when connected and not stepping."));
|
||||
checkBoxShowQmlObjectTree->setToolTip(tr("Shows QML object tree in Locals and Expressions when connected and not stepping."));
|
||||
checkBoxShowQmlObjectTree->setText(tr("Show QML object tree"));
|
||||
|
||||
checkBoxBreakpointsFullPath = new QCheckBox(behaviorBox);
|
||||
|
||||
Reference in New Issue
Block a user