cfdisk: show Q option when choosing label type

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>
This commit is contained in:
Chris Hofstaedtler 2020-12-28 00:02:33 +00:00 committed by Karel Zak
parent 54624b8f49
commit 45be288c8f
1 changed files with 1 additions and 1 deletions

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