From: Benno Schulenberg Date: Fri, 4 Oct 2013 19:50:05 +0000 (+0200) Subject: textual: end both the singular and the plural message with a period X-Git-Tag: v2.24-rc2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798f4853ae48369377f642518471b53ddf05a4d2;p=thirdparty%2Futil-linux.git textual: end both the singular and the plural message with a period Signed-off-by: Benno Schulenberg --- diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 9715e38885..054a771e98 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -1530,7 +1530,7 @@ static int gpt_verify_disklabel(struct fdisk_context *cxt) free_sectors, nsegments, largest_segment); } else fdisk_warnx(cxt, - P_("%d error detected.", "%s errors detected", nerror), + P_("%d error detected.", "%s errors detected.", nerror), nerror); return 0;