logind: reword the polkit prompt for reboot parameter
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Mar 2019 13:28:25 +0000 (14:28 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 Mar 2019 07:52:18 +0000 (08:52 +0100)
Let's opt for the simplest description possible so that users actually
understand what we have in mind.

src/login/org.freedesktop.login1.policy

index 6ad6512..6dc79aa 100644 (file)
         </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>