Signed-off-by: Francesco Cosoleto <cosoleto@xxxxxxxxx> --- fdisk/fdisk.c | 2 +- fdisk/fdisksgilabel.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index 800ed02..c41da7a 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -1193,7 +1193,7 @@ get_boot(enum action what) { return -1; fprintf(stderr, - _("Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel\n")); + _("Device does not contain a recognized partition table\n")); #ifdef __sparc__ create_sunlabel(); #else diff --git a/fdisk/fdisksgilabel.c b/fdisk/fdisksgilabel.c index b432b13..dd3efd0 100644 --- a/fdisk/fdisksgilabel.c +++ b/fdisk/fdisksgilabel.c @@ -452,7 +452,7 @@ verify_sgi(int verbose) lastblock = sgi_get_num_sectors(Index[0]); } else { if (verbose) - printf(_("One Partition (#11) should cover the entire disk.\n")); + printf(_("Partition 11 should cover the entire disk.\n")); if (debug>2) printf("sysid=%d\tpartition=%d\n", sgi_get_sysid(Index[0]), Index[0]+1); @@ -570,7 +570,7 @@ sgi_set_partition(int i, unsigned int start, unsigned int length, int sys) { sgilabel->partitions[i].start_sector = SSWAP32(start); set_changed(i); if (sgi_gaps() < 0) /* rebuild freelist */ - printf(_("Do You know, You got a partition overlap on the disk?\n")); + printf(_("Partition overlap on the disk.\n")); if (length) print_partition_size(i + 1, start, start + length, sys); } -- 1.7.7 -- 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