From: nekral-guest Date: Sun, 22 Mar 2009 12:32:40 +0000 (+0000) Subject: Added missing space at the end of the question. X-Git-Tag: 4.1.3~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=996e8421499473bdd726c045b9764d678066c4ae;p=shadow Added missing space at the end of the question. --- 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)) {