aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-05-22 22:49:49 +0200
committerGuido Günther <agx@sigxcpu.org>2025-05-22 23:17:47 +0200
commit3d3182534efc221543b332bc8eff5cd49440e251 (patch)
treea3e86e417a87f10ff3efb2f54236180509ca4be2
parent1192f49868c3c6ed7327471edc8bf3989e4a64e9 (diff)
pollkit,cell-broadcast: Use more specific error message
Text messages could also be SMS Fixes 1fb74f266 ("data: Add a policy rule to access the cellbroadcast API") Signed-off-by: Guido Günther <agx@sigxcpu.org>
-rw-r--r--data/org.freedesktop.ModemManager1.policy.in.in2
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>