forked from qt-creator/qt-creator
UI text: use capitalization correctly
Use book style caps for titles and sentence style for labels Change-Id: Ib1ee1825d23537789b260df0d67eda90688e1da3 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -74,7 +74,7 @@ CustomExecutableConfigurationWidget::CustomExecutableConfigurationWidget(CustomE
|
||||
m_workingDirectory->setEnvironment(rc->environment());
|
||||
layout->addRow(tr("Working directory:"), m_workingDirectory);
|
||||
|
||||
m_useTerminalCheck = new QCheckBox(tr("Run in &Terminal"), this);
|
||||
m_useTerminalCheck = new QCheckBox(tr("Run in &terminal"), this);
|
||||
layout->addRow(QString(), m_useTerminalCheck);
|
||||
|
||||
QVBoxLayout *vbox = new QVBoxLayout(this);
|
||||
|
||||
Reference in New Issue
Block a user