forked from qt-creator/qt-creator
Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.
Reviewed-by: ossi
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>First letter</string>
|
||||
<string>First Letter</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user