logind: reword the polkit prompt for reboot parameter

Let's opt for the simplest description possible so that users actually
understand what we have in mind.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-03-25 14:28:25 +01:00
parent 99f57a4fea
commit 83eee14f46

View file

@ -338,8 +338,8 @@
</action>
<action id="org.freedesktop.login1.set-reboot-parameter">
<description gettext-domain="systemd">Configure reboot parameter for kernel's reboot reason driver</description>
<message gettext-domain="systemd">Authentication is required to configure reboot parameter for kernel's reboot reason driver.</message>
<description gettext-domain="systemd">Set the reboot "reason" in the kernel</description>
<message gettext-domain="systemd">Authentication is required to set the reboot "reason" in the kernel.</message>
<defaults>
<allow_any>auth_admin_keep</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive>