summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-02 17:14:07 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-02 17:14:07 +0200
commitb483edbe92951251ebb742a2f89dc33d24b89ba7 (patch)
tree6591f242869b1e4303166482305f81f946367a13 /data
parente4c155d5b8ea48e337e64c24170be023229bbb07 (diff)
device.policy: Fix permission dialogue titles
Fix the action description for some actions which are used to both enroll and delete fingerprints for users. Closes: #116
Diffstat (limited to 'data')
-rw-r--r--data/net.reactivated.fprint.device.policy.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/net.reactivated.fprint.device.policy.in b/data/net.reactivated.fprint.device.policy.in
index 90d18c6..609a289 100644
--- a/data/net.reactivated.fprint.device.policy.in
+++ b/data/net.reactivated.fprint.device.policy.in
@@ -20,8 +20,8 @@
</action>
<action id="net.reactivated.fprint.device.enroll">
- <description>Enroll new fingerprints</description>
- <message>Privileges are required to enroll new fingerprints.</message>
+ <description>Enroll or Delete fingerprints</description>
+ <message>Privileges are required to enroll or delete fingerprints.</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
@@ -30,8 +30,8 @@
</action>
<action id="net.reactivated.fprint.device.setusername">
- <description>Select a user to enroll</description>
- <message>Privileges are required to enroll new fingerprints for other users.</message>
+ <description>Select a user to manage fingerprints for</description>
+ <message>Privileges are required to manage fingerprints for other users.</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>