mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-20 07:00:05 +01:00
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
This commit is contained in:
parent
e4c155d5b8
commit
b483edbe92
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue