Skip to content

kcms/colors: use sentence case for comboboxes

Christoph Wolk requested to merge cwo/plasma-workspace:colors_case into master

Reason for the change

The HIG recommend sentence case for combobox entries. The accent color selection and scheme type comboboxes in the Colors kcm currently use title case (or even all-capitalized initials) for its entries. In addition, KColorSchemeEditor has one instance of title case in the Color set combobox.

This change converts the labels to sentence case, and adds translation context if absent.

Test plan

Correct capitalization was evaluated visually.

Screenshots or screen recordings

Before After
color_case_before color_case_after
color_editor_before color_editor_after

Bugs fixed

N/A

Edited by Christoph Wolk

Merge request reports