aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2025-07-03 11:59:50 +0200
committerEike Ziller <[email protected]>2025-07-03 13:54:29 +0000
commit5f124330bb7f4f96709ccf0dc3d8ab9ce4f3726d (patch)
treeed623aeb0ed85c56a542bad47984d05191d1ae9b
parent5604613df55fd8155ebecfeeecbaced7ced6627f (diff)
TextEditor: Improve wording for margin displayHEADmaster
Since the line is painted between two columns, the "at column" is a bit confusing. Task-number: QTCREATORBUG-32958 Change-Id: I840fb38f4be22ce2a797ed6fd5a38e25f10a920e Reviewed-by: Leena Miettinen <[email protected]>
-rw-r--r--src/plugins/texteditor/displaysettingspage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/texteditor/displaysettingspage.cpp b/src/plugins/texteditor/displaysettingspage.cpp
index 05973aefc3f..f03a978412f 100644
--- a/src/plugins/texteditor/displaysettingspage.cpp
+++ b/src/plugins/texteditor/displaysettingspage.cpp
@@ -65,8 +65,7 @@ public:
connect(enableTextWrappingHintLabel, &QLabel::linkActivated, [] {
Core::ICore::showOptionsDialog(Constants::TEXT_EDITOR_FONT_SETTINGS); } );
-
- showWrapColumn = new QCheckBox(Tr::tr("Display right &margin at column:"));
+ showWrapColumn = new QCheckBox(Tr::tr("Display right &margin after column:"));
tintMarginArea = new QCheckBox(Tr::tr("Tint whole margin area"));
wrapColumn = new QSpinBox;