All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfdisk: show Q option when choosing label type
@ 2020-12-28  0:02 Chris Hofstaedtler
  2021-01-05 11:56 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Hofstaedtler @ 2020-12-28  0:02 UTC (permalink / raw)
  To: util-linux

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 | 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cfdisk: show Q option when choosing label type
  2020-12-28  0:02 [PATCH] cfdisk: show Q option when choosing label type Chris Hofstaedtler
@ 2021-01-05 11:56 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2021-01-05 11:56 UTC (permalink / raw)
  To: Chris Hofstaedtler; +Cc: util-linux

On Mon, Dec 28, 2020 at 12:02:33AM +0000, Chris Hofstaedtler wrote:
>  disk-utils/cfdisk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-05 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28  0:02 [PATCH] cfdisk: show Q option when choosing label type Chris Hofstaedtler
2021-01-05 11:56 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.