From 996e8421499473bdd726c045b9764d678066c4ae Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 22 Mar 2009 12:32:40 +0000 Subject: [PATCH] Added missing space at the end of the question. --- src/grpck.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/grpck.c b/src/grpck.c index 6b3193c2..92897d13 100644 --- a/src/grpck.c +++ b/src/grpck.c @@ -584,10 +584,9 @@ static void check_grp_file (int *errors, bool *changed) if (is_shadow) { sgr = (struct sgrp *) sgr_locate (grp->gr_name); if (sgr == NULL) { - printf (_ - ("no matching group file entry in %s\n"), + printf (_("no matching group file entry in %s\n"), sgr_file); - printf (_("add group '%s' in %s?"), + printf (_("add group '%s' in %s? "), grp->gr_name, sgr_file); *errors += 1; if (yes_or_no (read_only)) {