polkit: fix config syntax

These fields do not start with an underscore. polkitd complains
about them:

 polkitd[2017783]: skipping unknown tag <_description> at line 18
 polkitd[2017783]: skipping unknown tag <_message> at line 19
This commit is contained in:
Luca Boccassi 2025-10-20 03:06:33 +01:00 committed by Kate Hsuan
parent 9c8769d7df
commit 5f572ffd9a

View file

@ -21,8 +21,8 @@ file are instantly applied.
<icon_name>system-suspend</icon_name>
<action id="org.freedesktop.UPower.enable-charging-limit">
<_description>Enable battery charging limit</_description>
<_message>Authentication is required to set battery charging start and end limit.</_message>
<description>Enable battery charging limit</description>
<message>Authentication is required to set battery charging start and end limit.</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>