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:
Joshua Goins
2024-11-22 09:22:06 -05:00
parent 171e62a272
commit b1e54a834c
2 changed files with 7 additions and 6 deletions

View File

@@ -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 {