[Pkg-shadow-commits] r2583 - upstream/trunk/src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Mar 22 12:32:40 UTC 2009


Author: nekral-guest
Date: 2009-03-22 12:32:40 +0000 (Sun, 22 Mar 2009)
New Revision: 2583

Modified:
   upstream/trunk/src/grpck.c
Log:
Added missing space at the end of the question.


Modified: upstream/trunk/src/grpck.c
===================================================================
--- upstream/trunk/src/grpck.c	2009-03-22 12:08:43 UTC (rev 2582)
+++ upstream/trunk/src/grpck.c	2009-03-22 12:32:40 UTC (rev 2583)
@@ -584,10 +584,9 @@
 		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)) {




More information about the Pkg-shadow-commits mailing list