summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authordnovotny <danny@rawhide.localdomain>2009-09-16 14:42:28 -0400
committerdnovotny <danny@rawhide.localdomain>2009-09-16 14:42:28 -0400
commit5669672a0488f0b34229fd4bbf5e74e27ecb5a72 (patch)
treece4356f2549bcb703ed1107630dc1d020b91a166 /src/Daemon
parent247640093ffc3040048cad67d6a9c101fcb99e90 (diff)
downloadabrt-5669672a0488f0b34229fd4bbf5e74e27ecb5a72.tar.gz
abrt-5669672a0488f0b34229fd4bbf5e74e27ecb5a72.tar.xz
abrt-5669672a0488f0b34229fd4bbf5e74e27ecb5a72.zip
fixed action name for inst. debuginfos
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/org.fedoraproject.abrt.policy4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Daemon/org.fedoraproject.abrt.policy b/src/Daemon/org.fedoraproject.abrt.policy
index 40b09fc7..1c2c0bb0 100644
--- a/src/Daemon/org.fedoraproject.abrt.policy
+++ b/src/Daemon/org.fedoraproject.abrt.policy
@@ -27,8 +27,8 @@ Copyright (c) 2009 Red Hat inc.
<!-- install-debuginfos: default yes, administrator can change this -->
<action id="org.fedoraproject.abrt.install-debuginfos">
- <description>Manage settings</description>
- <message>Changing the global settings requires authentication</message>
+ <description>Install debuginfos</description>
+ <message>Installing debuginfos requires authentication</message>
<defaults>
<allow_any>no</allow_any>
<allow_active>yes</allow_active>