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

@@ -209,8 +209,8 @@ CMakeBuildConfiguration *CMakeBuildConfigurationFactory::create(ProjectExplorer:
//TODO configuration name should be part of the cmakeopenprojectwizard
bool ok;
QString buildConfigurationName = QInputDialog::getText(0,
tr("New configuration"),
tr("New Configuration Name:"),
tr("New Configuration"),
tr("New configuration name:"),
QLineEdit::Normal,
QString(),
&ok);