From: Benno Schulenberg Date: Tue, 8 Oct 2013 15:11:01 +0000 (+0200) Subject: libfdisk: (dos) correct the grammar of the disk-identifier prompt X-Git-Tag: v2.24-rc2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0862e2695d691abd1163875b07507e1291c2566;p=thirdparty%2Futil-linux.git libfdisk: (dos) correct the grammar of the disk-identifier prompt Signed-off-by: Benno Schulenberg --- diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c index 06971de139..c90721d549 100644 --- a/libfdisk/src/dos.c +++ b/libfdisk/src/dos.c @@ -566,7 +566,7 @@ static int dos_set_disklabel_id(struct fdisk_context *cxt) l = self_label(cxt); old = mbr_get_id(cxt->firstsector); rc = fdisk_ask_string(cxt, - _("Enter of the new disk identifier"), &str); + _("Enter the new disk identifier"), &str); if (rc) return rc;