* libmisc/age.c, libmisc/yesno.c, src/lastlog.c, src/grpck.c,

src/chfn.c, src/passwd.c, src/chage.c, src/login.c, src/sulogin.c,
   src/chsh.c: Fix call to puts (remove end of line, or use fputs).
 * po/*.po: Unfuzzy PO files according to above change.
This commit is contained in:
nekral-guest
2008-02-03 16:28:03 +00:00
parent 5672b53263
commit 57f713e426
49 changed files with 2128 additions and 2076 deletions

View File

@ -95,9 +95,9 @@ static void print_one (const struct passwd *pw)
if (!once) {
#ifdef HAVE_LL_HOST
puts (_("Username Port From Latest\n"));
puts (_("Username Port From Latest"));
#else
puts (_("Username Port Latest\n"));
puts (_("Username Port Latest"));
#endif
once++;
}