summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-04-22 19:08:09 +0100
committerRichard Hughes <richard@hughsie.com>2008-04-22 19:08:09 +0100
commitc9c3de80a9684df227607c21dcad7e518059fea5 (patch)
tree4360901ba6df94e2a42781f36e948f7bd44d3e1d /policy
parentb0f3883bdc090809978458e2c0c50b03c294835b (diff)
correct a couple of PolicyKit role descriptions
Diffstat (limited to 'policy')
-rw-r--r--policy/org.freedesktop.packagekit.policy.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/policy/org.freedesktop.packagekit.policy.in b/policy/org.freedesktop.packagekit.policy.in
index c69518df9..3f0083be1 100644
--- a/policy/org.freedesktop.packagekit.policy.in
+++ b/policy/org.freedesktop.packagekit.policy.in
@@ -25,8 +25,8 @@
</action>
<action id="org.freedesktop.packagekit.localinstall-untrusted">
- <_description>Install local file</_description>
- <_message>Authentication is required to install an untrusted local file</_message>
+ <_description>Install untrusted local file</_description>
+ <_message>Further authentication is required to install an untrusted local file</_message>
<icon_name>pk-package-add</icon_name>
<vendor_url>http://www.packagekit.org/pk-reference.html#methods-install-file</vendor_url>
<defaults>
@@ -36,7 +36,7 @@
</action>
<action id="org.freedesktop.packagekit.localinstall-trusted">
- <_description>Install local file</_description>
+ <_description>Install trusted local file</_description>
<_message>Authentication is required to install a trusted local file</_message>
<icon_name>pk-package-add</icon_name>
<vendor_url>http://www.packagekit.org/pk-reference.html#methods-install-file</vendor_url>