forked from qt-creator/qt-creator
UI text: use sentence style caps for labels
Change-Id: If17c5a276769f0a1b27b7e1cb67209747328fdb1 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
@@ -68,7 +68,7 @@ AnalyzerRunConfigWidget::AnalyzerRunConfigWidget()
|
||||
QHBoxLayout *globalSettingLayout = new QHBoxLayout(globalSetting);
|
||||
globalSettingLayout->setContentsMargins(0, 0, 0, 0);
|
||||
layout->addWidget(globalSetting);
|
||||
QLabel *label = new QLabel(tr("Analyzer Settings:"), globalSetting);
|
||||
QLabel *label = new QLabel(tr("Analyzer settings:"), globalSetting);
|
||||
globalSettingLayout->addWidget(label);
|
||||
m_settingsCombo = new QComboBox(globalSetting);
|
||||
m_settingsCombo->addItems(QStringList()
|
||||
|
||||
Reference in New Issue
Block a user