[system-tools-backends-clone] Improve PolicyKit action message



commit 1b92f4224b2947cb2789a907f16b41c5a43b8e23
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Wed Jan 13 19:03:46 2010 +0100

    Improve PolicyKit action message
    
    "System policy prevents..." is really not user-friendly, and doesn't mean anything clear. Use a nicer "You need to autenticate to..."
    
    bgo#557770

 org.freedesktop.SystemToolsBackends.policy.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.freedesktop.SystemToolsBackends.policy.in b/org.freedesktop.SystemToolsBackends.policy.in
index 1db94cb..f45ef58 100644
--- a/org.freedesktop.SystemToolsBackends.policy.in
+++ b/org.freedesktop.SystemToolsBackends.policy.in
@@ -7,7 +7,7 @@
 
   <action id="org.freedesktop.systemtoolsbackends.set">
     <_description>Manage system configuration</_description>
-    <_message>System policy prevents modifying the system configuration</_message>
+    <_message>You need to authenticate to modify the system configuration</_message>
     <defaults>
       <allow_inactive>no</allow_inactive>
       <allow_active>auth_admin_keep</allow_active>
@@ -16,7 +16,7 @@
 
   <action id="org.freedesktop.systemtoolsbackends.self.set">
     <_description>Change the user's own account configuration</_description>
-    <_message>System policy requires you to authenticate in order to modify your user account information</_message>
+    <_message>You need to authenticate to modify your user account information</_message>
     <defaults>
       <allow_inactive>no</allow_inactive>
       <allow_active>auth_self</allow_active>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]