1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Introduced custom application launch text

This can be used to override weird automatically constructed messages
such as "Launching Power Off".
This commit is contained in:
Zear
2014-07-16 21:02:50 +02:00
committed by Maarten ter Huurne
parent 9d0a49524f
commit cdf4ef1bf4
5 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
title=Power Off
description=Shut down the system
launchmsg=Powering off
icon=skin:icons/poweroff.png
exec=/sbin/poweroff
editable=false

View File

@@ -1,5 +1,6 @@
title=Reboot
description=Reboot the system
launchmsg=Rebooting
icon=skin:icons/reboot.png
exec=/sbin/reboot
editable=false