]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Mon, 13 Mar 2006 10:04:54 +0000 (10:04 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Mon, 13 Mar 2006 10:04:54 +0000 (10:04 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

Fix typo in last commit

modules/pam_lastlog/pam_lastlog.c

index c3c049889709f8cf0a0eb8aca82292f2599c68a4..05d0766c94fb3f706adb7ebb28240bf017be2f39 100644 (file)
@@ -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;