]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: end both the singular and the plural message with a period
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 4 Oct 2013 19:50:05 +0000 (21:50 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2013 13:27:27 +0000 (15:27 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
libfdisk/src/gpt.c

index 9715e38885264a4e0050d2bb3ec4375af1387dfc..054a771e9862db64e05994d1f79cb78140647f86 100644 (file)
@@ -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;