summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkswap.c
diff options
context:
space:
mode:
authorBenno Schulenberg2007-09-29 15:14:42 +0200
committerKarel Zak2007-10-26 01:02:44 +0200
commit6557c51226da131349beeee5c79d71129406f9a5 (patch)
treef11625c322862fc0650405eb0b54b2613363ec29 /disk-utils/mkswap.c
parentcfdisk: slightly increase the size of menu buttons (diff)
downloadkernel-qcow2-util-linux-6557c51226da131349beeee5c79d71129406f9a5.tar.gz
kernel-qcow2-util-linux-6557c51226da131349beeee5c79d71129406f9a5.tar.xz
kernel-qcow2-util-linux-6557c51226da131349beeee5c79d71129406f9a5.zip
docs: tweak a few messages for clarity
Add a missing period, a missing space, a comma and a word for clarity, plus a period and an uppercase letter to match surrounding messages. Further add a missing call to gettext, and undo an unneeded linewrap. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'disk-utils/mkswap.c')
-rw-r--r--disk-utils/mkswap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/disk-utils/mkswap.c b/disk-utils/mkswap.c
index 2394368b7..b1cc6e748 100644
--- a/disk-utils/mkswap.c
+++ b/disk-utils/mkswap.c
@@ -686,9 +686,9 @@ main(int argc, char ** argv) {
if (!sum) {
fprintf(stderr, _("\
%s: Device '%s' contains a valid Sun disklabel.\n\
-This probably means creating v0 swap would destroy your partition table\n\
-No swap created. If you really want to create swap v0 on that device, use\n\
-the -f option to force it.\n"),
+This probably means creating v0 swap would destroy your partition table.\n\
+No swap was created. If you really want to create v0 swap on that device,\n\
+use the -f option to force it.\n"),
program_name, device_name);
exit(1);
}