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:
Leena Miettinen
2012-03-05 14:40:20 +01:00
parent 587dcdd170
commit 7941b5fd9c
2 changed files with 9 additions and 9 deletions

View File

@@ -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);