diff --git a/src/plugins/texteditor/behaviorsettingswidget.cpp b/src/plugins/texteditor/behaviorsettingswidget.cpp index 4e7c70fb22c..b5f8967a832 100644 --- a/src/plugins/texteditor/behaviorsettingswidget.cpp +++ b/src/plugins/texteditor/behaviorsettingswidget.cpp @@ -136,7 +136,7 @@ BehaviorSettingsWidget::BehaviorSettingsWidget(QWidget *parent) .arg(afterWhitespaceCommentPosition); d->commentPosition->setToolTip(commentPositionToolTip); - auto commentPositionLabel = new QLabel(Tr::tr("Preferred comment position")); + auto commentPositionLabel = new QLabel(Tr::tr("Preferred comment position:")); commentPositionLabel->setToolTip(commentPositionToolTip); d->skipTrailingWhitespace = new QCheckBox(Tr::tr("Skip clean whitespace for file types:"));