diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-13 09:59:45 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-13 09:59:45 +0000 |
commit | a957815252d3988a5605261e7f734bd27da0e8c0 (patch) | |
tree | 1b9950e69969d36444bf2ec50129eaa6e8e4f55c /modules/pam_lastlog/pam_lastlog.c | |
parent | 4364b8562b0673576bf80b15b9089bc0503b3ef0 (diff) | |
download | pam-a957815252d3988a5605261e7f734bd27da0e8c0.tar.gz pam-a957815252d3988a5605261e7f734bd27da0e8c0.tar.bz2 pam-a957815252d3988a5605261e7f734bd27da0e8c0.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-03-13 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_lastlog/pam_lastlog.c: Move comment for
translators in right line.
* po/*.po: Update po files with comment for translator.
Diffstat (limited to 'modules/pam_lastlog/pam_lastlog.c')
-rw-r--r-- | modules/pam_lastlog/pam_lastlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_lastlog/pam_lastlog.c b/modules/pam_lastlog/pam_lastlog.c index 20c2f03f..c3c04988 100644 --- a/modules/pam_lastlog/pam_lastlog.c +++ b/modules/pam_lastlog/pam_lastlog.c @@ -182,8 +182,8 @@ last_login_read(pam_handle_t *pamh, int announce, int last_fd, uid_t uid) ll_time = last_login.ll_time; tm = localtime_r (&ll_time, &tm_buf); - /* TRANSLATORS: " options for strftime". */ strftime (the_time, sizeof (the_time), + /* TRANSLATORS: "options for strftime of lastlogin". */ _(" %a %b %e %H:%M:%S %Z %Y"), tm); date = the_time; |