diff options
author | Benno Schulenberg | 2007-09-29 15:14:42 +0200 |
---|---|---|
committer | Karel Zak | 2007-10-26 01:02:44 +0200 |
commit | 6557c51226da131349beeee5c79d71129406f9a5 (patch) | |
tree | f11625c322862fc0650405eb0b54b2613363ec29 /disk-utils | |
parent | cfdisk: slightly increase the size of menu buttons (diff) | |
download | kernel-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')
-rw-r--r-- | disk-utils/mkswap.c | 6 |
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); } |