mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 17:41:52 +02:00
Use title case for Dingoo link titles.
Also renamed "ALSA mixer" to "Sound Mixer", since end users might not know/care what ALSA is.
This commit is contained in:
parent
45595e296b
commit
e5a92271a6
@ -1,4 +1,4 @@
|
|||||||
title=power off
|
title=Power Off
|
||||||
description=Shut down the system
|
description=Shut down the system
|
||||||
icon=skin:icons/poweroff.png
|
icon=skin:icons/poweroff.png
|
||||||
exec=/sbin/poweroff
|
exec=/sbin/poweroff
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title=reboot
|
title=Reboot
|
||||||
description=Reboot the dingoo
|
description=Reboot the dingoo
|
||||||
icon=skin:icons/reboot.png
|
icon=skin:icons/reboot.png
|
||||||
exec=/sbin/reboot
|
exec=/sbin/reboot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title=suspend
|
title=Suspend
|
||||||
description=Suspend the dingoo
|
description=Suspend the dingoo
|
||||||
icon=skin:icons/suspend.png
|
icon=skin:icons/suspend.png
|
||||||
exec=/usr/sbin/suspend
|
exec=/usr/sbin/suspend
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title=ALSA mixer
|
title=Sound Mixer
|
||||||
description=Configure sound settings
|
description=Configure sound settings
|
||||||
icon=skin:icons/alsamixer.png
|
icon=skin:icons/alsamixer.png
|
||||||
exec=/usr/bin/alsamixer
|
exec=/usr/bin/alsamixer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title=System info
|
title=System Info
|
||||||
description=Info about the system
|
description=Info about the system
|
||||||
icon=skin:icons/about.png
|
icon=skin:icons/about.png
|
||||||
exec=/usr/bin/dialog
|
exec=/usr/bin/dialog
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title=TV out
|
title=TV-out
|
||||||
description=Enable/Disable TV output
|
description=Enable/Disable TV output
|
||||||
icon=skin:icons/tv.png
|
icon=skin:icons/tv.png
|
||||||
exec=/usr/sbin/tvout_config
|
exec=/usr/sbin/tvout_config
|
||||||
|
Loading…
Reference in New Issue
Block a user