summaryrefslogtreecommitdiff
path: root/modules/pam_lastlog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-03-13 10:04:54 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-03-13 10:04:54 +0000
commit51ceb9f63f0fc6a13539b3f4cf75de26f275a431 (patch)
tree3f237b37d7c9372ef1410750a8715f66f77a4462 /modules/pam_lastlog
parenta957815252d3988a5605261e7f734bd27da0e8c0 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix typo in last commit
Diffstat (limited to 'modules/pam_lastlog')
-rw-r--r--modules/pam_lastlog/pam_lastlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_lastlog/pam_lastlog.c b/modules/pam_lastlog/pam_lastlog.c
index c3c04988..05d0766c 100644
--- a/modules/pam_lastlog/pam_lastlog.c
+++ b/modules/pam_lastlog/pam_lastlog.c
@@ -183,7 +183,7 @@ 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);
strftime (the_time, sizeof (the_time),
- /* TRANSLATORS: "options for strftime of lastlogin". */
+ /* TRANSLATORS: "strftime options for date of last login" */
_(" %a %b %e %H:%M:%S %Z %Y"), tm);
date = the_time;