Doc - Fix UI text capitalization to follow the KDE style guide.

Reviewed-by: dt
This commit is contained in:
Leena Miettinen
2010-09-14 14:51:50 +02:00
parent 3a1b0584cf
commit 0037296d70
9 changed files with 26 additions and 26 deletions

View File

@@ -345,7 +345,7 @@ CMakeRunConfigurationWidget::CMakeRunConfigurationWidget(CMakeRunConfiguration *
boxlayout->addWidget(m_workingDirectoryEdit);
boxlayout->addWidget(resetButton);
fl->addRow(tr("Working Directory:"), boxlayout);
fl->addRow(tr("Working directory:"), boxlayout);
QWidget *debuggerLabelWidget = new QWidget(this);
QVBoxLayout *debuggerLabelLayout = new QVBoxLayout(debuggerLabelWidget);