rc = add_logical(cxt);
} else
fdisk_info(cxt, _("If you want to create more than "
- "four partitions, you must replace a"
+ "four partitions, you must replace a "
"primary partition with an extended "
"partition first."));
if (is_garbage_table(cxt)) {
fdisk_warnx(cxt, _(
- "This doesn't look like a partition table "
+ "This doesn't look like a partition table. "
"Probably you selected the wrong device."));
}
}
if (le64_to_cpu(gpt->pheader->alternative_lba) >= cxt->total_sectors) {
nerror++;
- fdisk_warnx(cxt, _("Disk is to small to hold all data."));
+ fdisk_warnx(cxt, _("Disk is too small to hold all data."));
}
/*
"(largest %ld)."),
free_sectors, nsegments, largest_segment);
} else
- fdisk_warnx(cxt, _("Detected %d error(s)."), nerror);
+ fdisk_warnx(cxt,
+ P_("%d error detected.", "%s errors detected", nerror),
+ nerror);
return 0;
}
} else {
/* otherwise print error and use truncated version */
fdisk_warnx(cxt,
- _("Warning: BLKGETSIZE ioctl failed on %s. "
- "Using geometry cylinder value of %llu."
- "This value may be truncated for devices"
- " > 33.8 GB."), cxt->dev_path, cxt->geom.cylinders);
+ _("Warning: BLKGETSIZE ioctl failed on %s. "
+ "Using geometry cylinder value of %llu. "
+ "This value may be truncated for devices "
+ "> 33.8 GB."), cxt->dev_path, cxt->geom.cylinders);
}
}
#endif
else if (strcmp(optarg, "=auto") == 0)
op->clocal = CLOCAL_MODE_AUTO;
else
- log_err(_("unssuported --local-line mode argument"));
+ log_err(_("unsupported --local-line mode argument"));
}
break;
case 'm':