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@xxxxxxxxxx> --- 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 d96b6e9e0..f3eb9a3fa 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; } -- 2.30.0.rc2