Fix capitalization of labels under General Settings
Buttons should be title case, and form headers should be sentence case. Also, add an icon to the "Reset to defaults" button.
This commit is contained in:
@@ -18,7 +18,7 @@ FormCard.FormCardPage {
|
||||
title: i18nc("@title:window", "Appearance")
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18n("General theme")
|
||||
title: i18nc("@title:group", "General Theme")
|
||||
}
|
||||
FormCard.FormCard {
|
||||
FormCard.AbstractFormDelegate {
|
||||
|
||||
Reference in New Issue
Block a user