kcms/screenedge: use sentence case for combobox
The HIG recommend that comboboxes use sentence case. The Screen Edges kcm has a combobox that allows users to configure when to switch desktops by moving to the edge, which uses title case for its entries. This change makes this combobox use sentence case for its labels.
This commit is contained in:
parent
ca5aa60791
commit
5ae746eef2
1 changed files with 2 additions and 2 deletions
|
@ -190,12 +190,12 @@
|
|||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Only When Moving Windows</string>
|
||||
<string>Only when moving windows</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Always Enabled</string>
|
||||
<string>Always enabled</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in a new issue