mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
pam: Mark no-match error message as translatable
This commit is contained in:
committed by
Benjamin Berg
parent
d7da04fa4b
commit
00629fc374
@ -557,7 +557,7 @@ do_verify (sd_bus *bus,
|
||||
{
|
||||
if (str_equal (data->result, "verify-no-match"))
|
||||
{
|
||||
send_err_msg (data->pamh, "Failed to match fingerprint");
|
||||
send_err_msg (data->pamh, _("Failed to match fingerprint"));
|
||||
}
|
||||
else if (str_equal (data->result, "verify-match"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user