fdisk: fix type dialog

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-05-11 15:53:07 +02:00
parent ce59d8bfa5
commit 84111dbae4
1 changed files with 2 additions and 2 deletions

View 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));