From 84111dbae48d27d96596a9a78a93da02595fbda2 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 11 May 2017 15:53:07 +0200 Subject: fdisk: fix type dialog Signed-off-by: Karel Zak --- disk-utils/fdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disk-utils/fdisk.c') diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index f1cd3aa5a..832ae4959 100644 --- a/disk-utils/fdisk.c +++ b/disk-utils/fdisk.c @@ -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)); -- cgit v1.2.3-55-g7522