diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-24 11:40:15 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-02-24 11:40:15 +0100 |
commit | ce0e20391cdac19532c6e98182d084f9a1b7856e (patch) | |
tree | f02576f100007b0ac138ce16a850f3dce97b2398 | |
parent | 0dcd96832459ef992723457d6d404e549f94f10f (diff) | |
parent | 7f0287bc6b4c938f3848a7400a3d1e6f26a42353 (diff) | |
download | ayatana-indicator-sound-ce0e20391cdac19532c6e98182d084f9a1b7856e.tar.gz ayatana-indicator-sound-ce0e20391cdac19532c6e98182d084f9a1b7856e.tar.bz2 ayatana-indicator-sound-ce0e20391cdac19532c6e98182d084f9a1b7856e.zip |
Merge branch 'tari01-pr/policy-message'
Attributes GH PR #100: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/100
-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> |