summaryrefslogtreecommitdiffstats
path: root/fdisks/cfdisk.c
diff options
context:
space:
mode:
authorKarel Zak2014-03-07 13:44:31 +0100
committerKarel Zak2014-03-11 11:35:15 +0100
commit33867d3b6fd9575c26eb6cc4b4dd8ff78cacef26 (patch)
treef8efb954de26762357bc98738c2c05ff1165da3c /fdisks/cfdisk.c
parentlibfdisk: (sgi) cleanup, add infor about whole-disk partition (diff)
downloadkernel-qcow2-util-linux-33867d3b6fd9575c26eb6cc4b4dd8ff78cacef26.tar.gz
kernel-qcow2-util-linux-33867d3b6fd9575c26eb6cc4b4dd8ff78cacef26.tar.xz
kernel-qcow2-util-linux-33867d3b6fd9575c26eb6cc4b4dd8ff78cacef26.zip
cfdisk: fix header
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/cfdisk.c')
-rw-r--r--fdisks/cfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisks/cfdisk.c b/fdisks/cfdisk.c
index cce56dc50..7865578f1 100644
--- a/fdisks/cfdisk.c
+++ b/fdisks/cfdisk.c
@@ -1123,7 +1123,7 @@ static int ui_refresh(struct cfdisk *cf)
ui_center(2, _("Label: %s, identifier: %s"),
cf->cxt->label->name, id);
else
- ui_center(2, _("Label: %s"));
+ ui_center(2, _("Label: %s"), cf->cxt->label->name);
free(strsz);
ui_draw_table(cf);