TextEditor: Fix capitalization

Change-Id: I220426e01c97eceab607e3b5c31bd8e294f48273
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2024-02-08 14:41:02 +01:00
committed by David Schulz
parent e073c54d01
commit f18dcf2202

View File

@@ -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."));