]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (dos) correct the grammar of the disk-identifier prompt
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 8 Oct 2013 15:11:01 +0000 (17:11 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Oct 2013 09:39:54 +0000 (11:39 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
libfdisk/src/dos.c

index 06971de139ac05be48afcfc0c2be0fa144838fca..c90721d5499f885ff7d16e0e71b82d68b20eb52f 100644 (file)
@@ -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;