Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- libfdisk/src/bsd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libfdisk/src/bsd.c b/libfdisk/src/bsd.c index 24272bc..79ba6b6 100644 --- a/libfdisk/src/bsd.c +++ b/libfdisk/src/bsd.c @@ -897,7 +897,7 @@ static int bsd_write_disklabel(struct fdisk_context *cxt) sync_disks(cxt); if (cxt->parent && fdisk_label_is_changed(cxt->parent->label)) - fdisk_info(cxt, _("Disklabel written to %s (don't forget to write %s disklable too)."), + fdisk_info(cxt, _("Disklabel written to %s. (Don't forget to write the %s disklabel too.)"), cxt->dev_path, cxt->parent->dev_path); else fdisk_info(cxt, _("Disklabel written to %s."), cxt->dev_path); -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html