diff options
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/pam_winbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index 268939076b..f13e365b87 100644 --- a/nsswitch/pam_winbind.c +++ b/nsswitch/pam_winbind.c @@ -1456,7 +1456,7 @@ static bool _pam_check_remark_auth_err(struct pwb_context *ctx, } if (e->display_string) { - _make_remark(ctx, PAM_ERROR_MSG, e->display_string); + _make_remark(ctx, PAM_ERROR_MSG, _(e->display_string)); *pam_error = e->pam_error; return true; } |