]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
portable: update polkit messages
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Jun 2018 04:21:17 +0000 (13:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Jun 2018 04:21:17 +0000 (13:21 +0900)
src/portable/org.freedesktop.portable1.policy

index 17fd0a7a20f72427687443e4106808413ba47d0c..50bb44c4a4a41396d8443ac60514bafa33e0b1f5 100644 (file)
@@ -10,8 +10,8 @@
         <vendor_url>http://www.freedesktop.org/wiki/Software/systemd</vendor_url>
 
         <action id="org.freedesktop.portable1.inspect-images">
-                <description gettext-domain="systemd">Inspect a portable service</description>
-                <message gettext-domain="systemd">Authentication is required to inspect a portable service.</message>
+                <description gettext-domain="systemd">Inspect a portable service image</description>
+                <message gettext-domain="systemd">Authentication is required to inspect a portable service image.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -20,8 +20,8 @@
         </action>
 
         <action id="org.freedesktop.portable1.attach-images">
-                <description gettext-domain="systemd">Attach or detach a portable service</description>
-                <message gettext-domain="systemd">Authentication is required to attach or detach a portable service.</message>
+                <description gettext-domain="systemd">Attach or detach a portable service image</description>
+                <message gettext-domain="systemd">Authentication is required to attach or detach a portable service image.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>