diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-26 13:49:21 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-26 13:49:21 +0000 |
commit | e82456a57c9b8c2782e8acdcfdf9e69952272264 (patch) | |
tree | adacb1dff9f56712467b040bd041fdcc6107b923 /modules/pam_unix/pam_unix_auth.c | |
parent | 0c7b9b0b70a55f11c4f23b78144d90a141dae8ea (diff) | |
download | pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.tar.gz pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.tar.bz2 pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Mark missing strings for translations (login and password)
Fix \a problem with pot/po files
Diffstat (limited to 'modules/pam_unix/pam_unix_auth.c')
-rw-r--r-- | modules/pam_unix/pam_unix_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/pam_unix_auth.c b/modules/pam_unix/pam_unix_auth.c index 1a89a4b2..41b55c27 100644 --- a/modules/pam_unix/pam_unix_auth.c +++ b/modules/pam_unix/pam_unix_auth.c @@ -159,7 +159,7 @@ PAM_EXTERN int pam_sm_authenticate(pam_handle_t * pamh, int flags } /* get this user's authentication token */ - retval = _unix_read_password(pamh, ctrl, NULL, "Password: ", NULL + retval = _unix_read_password(pamh, ctrl, NULL, _("Password: "), NULL ,_UNIX_AUTHTOK, &p); if (retval != PAM_SUCCESS) { if (retval != PAM_CONV_AGAIN) { |