forked from qt-creator/qt-creator
Doc - Fix UI text capitalization to follow the KDE style guide.
Reviewed-by: dt
This commit is contained in:
@@ -359,7 +359,7 @@ void BuildSettingsWidget::cloneConfiguration(BuildConfiguration *sourceConfigura
|
||||
return;
|
||||
|
||||
//: Title of a the cloned BuildConfiguration window, text of the window
|
||||
QString newDisplayName(QInputDialog::getText(this, tr("Clone configuration"), tr("New Configuration Name:")));
|
||||
QString newDisplayName(QInputDialog::getText(this, tr("Clone Configuration"), tr("New configuration name:")));
|
||||
if (newDisplayName.isEmpty())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user