]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cfdisk: fix header
authorKarel Zak <kzak@redhat.com>
Fri, 7 Mar 2014 12:44:31 +0000 (13:44 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 11 Mar 2014 10:35:15 +0000 (11:35 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisks/cfdisk.c

index cce56dc5059676af9e29aedd6e5ba85cc061be73..7865578f1c22a1b118f0b71707bbe0e004a29aaa 100644 (file)
@@ -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);