diff options
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; |
