From: Chris Hofstaedtler Date: Mon, 28 Dec 2020 00:02:33 +0000 (+0000) Subject: cfdisk: show Q option when choosing label type X-Git-Tag: v2.37-rc1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45be288c8f0e90e430e6e6ed42c868a36ead5dfb;p=thirdparty%2Futil-linux.git 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 --- diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index b549fe95ba..74f3322c89 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -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; }