From 51ceb9f63f0fc6a13539b3f4cf75de26f275a431 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 13 Mar 2006 10:04:54 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- Fix typo in last commit --- modules/pam_lastlog/pam_lastlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_lastlog/pam_lastlog.c') 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; -- cgit v1.2.3