]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: fix type dialog
authorKarel Zak <kzak@redhat.com>
Thu, 11 May 2017 13:53:07 +0000 (15:53 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 11 May 2017 13:53:07 +0000 (15:53 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fdisk.c

index f1cd3aa5a55e7d86bf0817cfafaab20057abe346..832ae49591c9f91dfb423f4ea323afc57649ce26 100644 (file)
@@ -432,8 +432,8 @@ static struct fdisk_parttype *ask_partition_type(struct fdisk_context *cxt)
                return NULL;
 
         q = fdisk_label_has_code_parttypes(lb) ?
-               _("Partition type (type L to list all types): ") :
-               _("Hex code (type L to list all codes): ");
+               _("Hex code (type L to list all codes): ") :
+               _("Partition type (type L to list all types): ");
        do {
                char buf[256];
                int rc = get_user_reply(cxt, q, buf, sizeof(buf));