diff options
author | Robert Tari <robert@tari.in> | 2024-02-23 23:46:10 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2024-02-23 23:46:10 +0100 |
commit | 7f0287bc6b4c938f3848a7400a3d1e6f26a42353 (patch) | |
tree | f02576f100007b0ac138ce16a850f3dce97b2398 /data | |
parent | 0dcd96832459ef992723457d6d404e549f94f10f (diff) | |
download | ayatana-indicator-sound-7f0287bc6b4c938f3848a7400a3d1e6f26a42353.tar.gz ayatana-indicator-sound-7f0287bc6b4c938f3848a7400a3d1e6f26a42353.tar.bz2 ayatana-indicator-sound-7f0287bc6b4c938f3848a7400a3d1e6f26a42353.zip |
data/org.ayatana.indicator.sound.AccountsService.policy: Fix policy message text
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ayatana.indicator.sound.AccountsService.policy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.ayatana.indicator.sound.AccountsService.policy b/data/org.ayatana.indicator.sound.AccountsService.policy index 28e15c1..3ca22eb 100644 --- a/data/org.ayatana.indicator.sound.AccountsService.policy +++ b/data/org.ayatana.indicator.sound.AccountsService.policy @@ -3,7 +3,7 @@ <policyconfig> <action id="org.ayatana.indicator.sound.AccountsService.ModifyOwnUser"> <description>Set properties of own user</description> - <message>Authentication is required to set one's own indicator sound properties.</message> + <message>Authentication is not required to set one's own indicator sound properties.</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>yes</allow_inactive> |