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:
@@ -68,7 +68,7 @@ QString GeneralSettingsPage::id() const
|
||||
|
||||
QString GeneralSettingsPage::displayName() const
|
||||
{
|
||||
return tr("General settings");
|
||||
return tr("General Settings");
|
||||
}
|
||||
|
||||
QString GeneralSettingsPage::category() const
|
||||
|
||||
Reference in New Issue
Block a user