forked from qt-creator/qt-creator
CPP Editor: Fix UI text capitalization
Task-number: QTCREATORBUG-24873 Change-Id: I166b2aa8867e694d0b3ba1756edd0afc6e487211 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -3411,7 +3411,7 @@ public:
|
||||
cb->setCurrentIndex(index);
|
||||
});
|
||||
const auto defaultImplTargetLayout = new QHBoxLayout;
|
||||
defaultImplTargetLayout->addWidget(new QLabel(tr("Default Implementation Location:")));
|
||||
defaultImplTargetLayout->addWidget(new QLabel(tr("Default implementation location:")));
|
||||
defaultImplTargetLayout->addWidget(defaultImplTargetComboBox);
|
||||
|
||||
const auto candidatesLayout = new QGridLayout;
|
||||
|
||||
Reference in New Issue
Block a user