fdisk: make quit question more usable

Reported-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-09-05 12:06:27 +02:00
parent 6cd671d427
commit fff85eb577
1 changed files with 1 additions and 1 deletions

View File

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