forked from qt-creator/qt-creator
C++ Editor: Fix UI text to follow the guidelines
Change-Id: Icea20999410df78d01222d6ebcfb9cdd497d5068 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -4556,7 +4556,7 @@ public:
|
||||
});
|
||||
|
||||
const auto mainLayout = new QVBoxLayout(this);
|
||||
mainLayout->addWidget(new QLabel(tr("Please select the getters and/or setters "
|
||||
mainLayout->addWidget(new QLabel(tr("Select the getters and setters "
|
||||
"to be created.")));
|
||||
for (auto checkBox : checkBoxes) {
|
||||
if (checkBox)
|
||||
|
||||
Reference in New Issue
Block a user