forked from qt-creator/qt-creator
TextEditor: Fix capitalization
Change-Id: I220426e01c97eceab607e3b5c31bd8e294f48273 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
David Schulz
parent
e073c54d01
commit
f18dcf2202
@@ -98,7 +98,7 @@ public:
|
||||
visualizeWhitespace = new QCheckBox(Tr::tr("&Visualize whitespace"));
|
||||
visualizeWhitespace->setToolTip(Tr::tr("Shows tabs and spaces."));
|
||||
|
||||
highlightSelection = new QCheckBox(Tr::tr("&Highlight Selection"));
|
||||
highlightSelection = new QCheckBox(Tr::tr("&Highlight selection"));
|
||||
highlightSelection->setToolTip(Tr::tr("Adds a colored background and a marker to the "
|
||||
"scrollbar to occurrences of the selected text."));
|
||||
|
||||
|
Reference in New Issue
Block a user