* 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:
@ -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"));
|
||||
|
Reference in New Issue
Block a user