diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-05-22 19:12:07 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-22 19:12:07 -0500 |
commit | c5a2cd3157854b9f368717f72ebc852d6d8de954 (patch) | |
tree | a3e86e417a87f10ff3efb2f54236180509ca4be2 | |
parent | 1192f49868c3c6ed7327471edc8bf3989e4a64e9 (diff) | |
parent | 3d3182534efc221543b332bc8eff5cd49440e251 (diff) |
Merge request !1364 from 'cbs-policy'
pollkit,cell-broadcast: Use more specific error message
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1364
-rw-r--r-- | data/org.freedesktop.ModemManager1.policy.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.freedesktop.ModemManager1.policy.in.in b/data/org.freedesktop.ModemManager1.policy.in.in index c07fe87a..e9a7324c 100644 --- a/data/org.freedesktop.ModemManager1.policy.in.in +++ b/data/org.freedesktop.ModemManager1.policy.in.in @@ -11,7 +11,7 @@ <action id="org.freedesktop.ModemManager1.CellBroadcast"> <description>Enable and view Cell Broadcast messages</description> - <message>System policy prevents enabling or viewing this device's text messages.</message> + <message>System policy prevents enabling or viewing this device's cell broadcast messages.</message> <defaults> <allow_inactive>no</allow_inactive> <allow_active>@MM_DEFAULT_USER_POLICY@</allow_active> |