QuickToolbar: unifies naming to Quick ToolBar and clarifies tooltips

This commit is contained in:
Thomas Hartmann
2010-09-01 11:54:00 +02:00
parent 8c39471081
commit 36a955fa1e
3 changed files with 6 additions and 6 deletions

View File

@@ -982,7 +982,7 @@ void QmlJSTextEditor::updateCursorPositionNow()
QTextCursor tc(document());
tc.setPosition(end);
marker.cursor = tc;
marker.tooltip = tr("Show Qt Quick Helper");
marker.tooltip = tr("Show Qt Quick ToolBar");
markers.append(marker);
}
}