mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 12:09:41 +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
|
||||
icon=skin:icons/poweroff.png
|
||||
exec=/sbin/poweroff
|
||||
|
@ -1,4 +1,4 @@
|
||||
title=reboot
|
||||
title=Reboot
|
||||
description=Reboot the dingoo
|
||||
icon=skin:icons/reboot.png
|
||||
exec=/sbin/reboot
|
||||
|
@ -1,4 +1,4 @@
|
||||
title=suspend
|
||||
title=Suspend
|
||||
description=Suspend the dingoo
|
||||
icon=skin:icons/suspend.png
|
||||
exec=/usr/sbin/suspend
|
||||
|
@ -1,4 +1,4 @@
|
||||
title=ALSA mixer
|
||||
title=Sound Mixer
|
||||
description=Configure sound settings
|
||||
icon=skin:icons/alsamixer.png
|
||||
exec=/usr/bin/alsamixer
|
||||
|
@ -1,4 +1,4 @@
|
||||
title=System info
|
||||
title=System Info
|
||||
description=Info about the system
|
||||
icon=skin:icons/about.png
|
||||
exec=/usr/bin/dialog
|
||||
|
@ -1,4 +1,4 @@
|
||||
title=TV out
|
||||
title=TV-out
|
||||
description=Enable/Disable TV output
|
||||
icon=skin:icons/tv.png
|
||||
exec=/usr/sbin/tvout_config
|
||||
|
Loading…
Reference in New Issue
Block a user