menu: capitalize Roll Up/Down

...because it seems like better English and is more consistent with other
menu entries.

Same for 'Move Left' and 'Move Right'
This commit is contained in:
Johan Malm 2024-06-14 22:17:03 +01:00 committed by Johan Malm
parent 99893e63c3
commit 1dadb12807
2 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
<item label="Fullscreen">
<action name="ToggleFullscreen" />
</item>
<item label="Roll up/down">
<item label="Roll Up/Down">
<action name="ToggleShade" />
</item>
<item label="Decorations">
@ -26,10 +26,10 @@
if there is only a single workspace available.
-->
<menu id="workspaces" label="Workspace">
<item label="Move left">
<item label="Move Left">
<action name="SendToDesktop" to="left" />
</item>
<item label="Move right">
<item label="Move Right">
<action name="SendToDesktop" to="right" />
</item>
<separator />