From: Karel Zak Date: Thu, 5 Sep 2019 10:06:27 +0000 (+0200) Subject: fdisk: make quit question more usable X-Git-Tag: v2.35-rc1~237 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fff85eb577d0547d90304143d699ef7e46d9a406;p=thirdparty%2Futil-linux.git fdisk: make quit question more usable Reported-by: Lukas Czerner Signed-off-by: Karel Zak --- 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;