Skip to content
Snippets Groups Projects
Commit 2ade54ff authored by Leena Miettinen's avatar Leena Miettinen
Browse files

UI text: use sentence style caps for labels


Change-Id: If17c5a276769f0a1b27b7e1cb67209747328fdb1
Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
parent 1df59bb5
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ AnalyzerRunConfigWidget::AnalyzerRunConfigWidget() ...@@ -68,7 +68,7 @@ AnalyzerRunConfigWidget::AnalyzerRunConfigWidget()
QHBoxLayout *globalSettingLayout = new QHBoxLayout(globalSetting); QHBoxLayout *globalSettingLayout = new QHBoxLayout(globalSetting);
globalSettingLayout->setContentsMargins(0, 0, 0, 0); globalSettingLayout->setContentsMargins(0, 0, 0, 0);
layout->addWidget(globalSetting); layout->addWidget(globalSetting);
QLabel *label = new QLabel(tr("Analyzer Settings:"), globalSetting); QLabel *label = new QLabel(tr("Analyzer settings:"), globalSetting);
globalSettingLayout->addWidget(label); globalSettingLayout->addWidget(label);
m_settingsCombo = new QComboBox(globalSetting); m_settingsCombo = new QComboBox(globalSetting);
m_settingsCombo->addItems(QStringList() m_settingsCombo->addItems(QStringList()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment