mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
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:
parent
99893e63c3
commit
1dadb12807
2 changed files with 6 additions and 6 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue