]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cfdisk: show Q option when choosing label type
authorChris Hofstaedtler <zeha@debian.org>
Mon, 28 Dec 2020 00:02:33 +0000 (00:02 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Jan 2021 11:53:51 +0000 (12:53 +0100)
The new message is quite terse, but fits into 78 characters.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894555
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
disk-utils/cfdisk.c

index b549fe95ba18003fb0c93c468b1a5e1842b93f20..74f3322c89c203f1114632f02bda7e068cd90a38 100644 (file)
@@ -2150,7 +2150,7 @@ static int ui_create_label(struct cfdisk *cf)
 
                if (refresh_menu) {
                        ui_draw_menu(cf);
-                       ui_hint(_("Select a type to create a new label or press 'L' to load script file."));
+                       ui_hint(_("Select a type to create a new label, press 'L' to load script file, 'Q' quits."));
                        refresh();
                        refresh_menu = 0;
                }