From 45be288c8f0e90e430e6e6ed42c868a36ead5dfb Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 28 Dec 2020 00:02:33 +0000 Subject: [PATCH] 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 --- disk-utils/cfdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index b549fe95b..74f3322c8 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; }