N_(" n Create new partition from free space"),
N_(" q Quit program without writing partition table"),
N_(" t Change the partition type"),
- N_(" s Fix partitions order"),
+ N_(" s Fix partitions order (only when in disarray)"),
N_(" W Write partition table to disk (must enter upper case W)"),
N_(" Since this might destroy data on the disk, you must"),
N_(" either confirm or deny the write by entering `yes' or"),
int rc;
if (fdisk_context_is_readonly(cf->cxt)) {
- ui_warnx(_("Device open in read-only mode"));
+ warn = _("Device open in read-only mode");
break;
}