Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.

Reviewed-by: ossi
This commit is contained in:
Leena Miettinen
2010-05-14 15:45:43 +02:00
parent cf250f26c1
commit cf233161fa
55 changed files with 110 additions and 111 deletions

View File

@@ -272,7 +272,7 @@ void CppFileSettingsWidget::slotEdit()
return;
}
// Pick a file name and write new template, edit with C++
path = QFileDialog::getSaveFileName(this, tr("Choose a location for the new license template file"));
path = QFileDialog::getSaveFileName(this, tr("Choose Location for New License Template File"));
if (path.isEmpty())
return;
QFile file(path);