--- embedaddon/sudo/plugins/sudoers/auth/rfc1938.c 2013/07/22 10:46:12 1.1.1.3 +++ embedaddon/sudo/plugins/sudoers/auth/rfc1938.c 2014/06/15 16:12:54 1.1.1.4 @@ -100,7 +100,7 @@ sudo_rfc1938_setup(struct passwd *pw, char **promptp, */ if (rfc1938challenge(&rfc1938, pw->pw_name, challenge, sizeof(challenge))) { if (IS_ONEANDONLY(auth)) { - warningx(_("you do not exist in the %s database"), auth->name); + warningx(U_("you do not exist in the %s database"), auth->name); debug_return_int(AUTH_FATAL); } else { debug_return_int(AUTH_FAILURE);