diff options
| author | Karel Zak <kzak@redhat.com> | 2019-09-05 12:06:27 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2019-09-05 12:06:27 +0200 |
| commit | fff85eb577d0547d90304143d699ef7e46d9a406 (patch) | |
| tree | 8a29cb363dbf04630464cbf8a26788d35fed0781 /disk-utils/fdisk-menu.c | |
| parent | 6cd671d42798cb6f5746dfbe3dc84576836c2b00 (diff) | |
| download | util-linux-fff85eb577d0547d90304143d699ef7e46d9a406.tar.gz | |
fdisk: make quit question more usable
Reported-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/fdisk-menu.c')
| -rw-r--r-- | disk-utils/fdisk-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
