diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-01 09:44:43 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-01 09:45:04 -0500 |
commit | 2e219e5672689dad60e110f0b3366765506c4c58 (patch) | |
tree | 7ff292fde85c4ae288c7bc0ce185071eebabfee6 /src/machine | |
parent | 4038d7502fd1259ec5df3a5089f4cc0b91a090de (diff) |
Remove "to allow" from policy messages
It carries no additional information and forces a passive sentence
structure which is longer and harder to parse.
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/org.freedesktop.machine1.policy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/org.freedesktop.machine1.policy.in b/src/machine/org.freedesktop.machine1.policy.in index f2ad8e89f8..43478a84d6 100644 --- a/src/machine/org.freedesktop.machine1.policy.in +++ b/src/machine/org.freedesktop.machine1.policy.in @@ -18,7 +18,7 @@ <action id="org.freedesktop.machine1.login"> <_description>Log into a local container</_description> - <_message>Authentication is required to allow logging into a local container.</_message> + <_message>Authentication is required to log into a local container</_message> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> |