user-accounts: Consistently return translated strings for fprint helper
Always return translated strings from the fprint translation helper header. This makes things more consistent overall.
This commit is contained in:
parent
e80b4b5f58
commit
64686cfee3
2 changed files with 11 additions and 11 deletions
|
@ -702,7 +702,7 @@ handle_enroll_signal (CcFingerprintDialog *self,
|
|||
scan_type = cc_fprintd_device_get_scan_type (self->device);
|
||||
is_swipe = g_str_equal (scan_type, "swipe");
|
||||
|
||||
message = TR (enroll_result_str_to_msg (result, is_swipe));
|
||||
message = enroll_result_str_to_msg (result, is_swipe);
|
||||
set_enroll_result_message (self, ENROLL_STATE_RETRY, message);
|
||||
|
||||
self->enroll_stage_passed_id =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue