* 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

@ -161,7 +161,7 @@ static int may_change_field (int field)
*/
static void new_fields (void)
{
puts (_("Enter the new value, or press ENTER for the default\n"));
puts (_("Enter the new value, or press ENTER for the default"));
if (may_change_field ('f')) {
change_field (fullnm, sizeof fullnm, _("Full Name"));