From fff85eb577d0547d90304143d699ef7e46d9a406 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 5 Sep 2019 12:06:27 +0200 Subject: [PATCH] fdisk: make quit question more usable Reported-by: Lukas Czerner Signed-off-by: Karel Zak --- disk-utils/fdisk-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-utils/fdisk-menu.c b/disk-utils/fdisk-menu.c index cd104e20be..7198530f26 100644 --- a/disk-utils/fdisk-menu.c +++ b/disk-utils/fdisk-menu.c @@ -432,7 +432,7 @@ int process_fdisk_menu(struct fdisk_context **cxt0) if (is_interactive && fdisk_label_is_changed(fdisk_get_label(cxt, NULL))) { rc = get_user_reply( - _("\nDo you really want to quit? "), + _("\nAll unwritten changes will be lost, do you really want to quit? "), buf, sizeof(buf)); if (rc || !rpmatch(buf)) return 0; -- 2.47.3