mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 07:38:18 +02:00
pam/fingerprint-strings: Add error message for duplicated enroll
This commit is contained in:
parent
e9bfb77426
commit
e41241a737
1 changed files with 2 additions and 0 deletions
|
|
@ -240,6 +240,8 @@ enroll_result_str_to_msg (const char *result, bool is_swipe)
|
|||
else
|
||||
return TR (N_("Finger scan was too fast, try again"));
|
||||
}
|
||||
if (strcmp (result, "enroll-duplicate") == 0)
|
||||
return TR (N_("The fingerprint has been already enrolled. Try using another finger."));
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue