diff options
Diffstat (limited to 'org.mate.mate-system-monitor.policy.in.in')
-rw-r--r-- | org.mate.mate-system-monitor.policy.in.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.mate.mate-system-monitor.policy.in.in b/org.mate.mate-system-monitor.policy.in.in index 48fe482..1ed1ad0 100644 --- a/org.mate.mate-system-monitor.policy.in.in +++ b/org.mate.mate-system-monitor.policy.in.in @@ -8,8 +8,8 @@ <icon_name>utilities-system-monitor</icon_name> <action id="org.mate.mate-system-monitor.kill"> - <_description>Kill process</_description> - <_message>Privileges are required to control other users' processes</_message> + <description>Kill process</description> + <message>Privileges are required to control other users' processes</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> @@ -19,8 +19,8 @@ </action> <action id="org.mate.mate-system-monitor.renice"> - <_description>Renice process</_description> - <_message>Privileges are required to change the priority of processes</_message> + <description>Renice process</description> + <message>Privileges are required to change the priority of processes</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> |