diff options
author | Eike Ziller <[email protected]> | 2025-07-03 11:59:50 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2025-07-03 13:54:29 +0000 |
commit | 5f124330bb7f4f96709ccf0dc3d8ab9ce4f3726d (patch) | |
tree | ed623aeb0ed85c56a542bad47984d05191d1ae9b /src/plugins | |
parent | 5604613df55fd8155ebecfeeecbaced7ced6627f (diff) |
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]>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/texteditor/displaysettingspage.cpp | 3 |
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; |