1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:05:27 +03: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:
Maarten ter Huurne 2012-04-28 13:04:11 +02:00
parent 45595e296b
commit e5a92271a6
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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