summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-19 08:37:36 +0200
committerGitHub <noreply@github.com>2018-06-19 08:37:36 +0200
commit496ab389cce80b436aa1e68fdb970363a8b093fb (patch)
tree1c0880ad4290dce06ee6ae9843fa5527ad0bf865 /src
parent980982da627fb226e73d49d75f9d5df035888ad1 (diff)
parentb909a22c7358d18e64674328ca61897c38aea32e (diff)
Merge pull request #9330 from yuwata/ja-po-portable
portable: update polkit messages
Diffstat (limited to 'src')
-rw-r--r--src/portable/org.freedesktop.portable1.policy8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/portable/org.freedesktop.portable1.policy b/src/portable/org.freedesktop.portable1.policy
index 17fd0a7a20..50bb44c4a4 100644
--- a/src/portable/org.freedesktop.portable1.policy
+++ b/src/portable/org.freedesktop.portable1.policy
@@ -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>