summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.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 /fdisk/fdisk.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 'fdisk/fdisk.c')
-rw-r--r--fdisk/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c
index 89a49253b..aa6004e65 100644
--- a/fdisk/fdisk.c
+++ b/fdisk/fdisk.c
@@ -1494,7 +1494,7 @@ change_sysid(void) {
|| (i == 8 && sys != 0)))
printf(_("Consider leaving partition 9 "
"as volume header (0),\nand "
- "partition 11 as entire volume (6)"
+ "partition 11 as entire volume (6), "
"as IRIX expects it.\n\n"));
if (sys == origsys)
break;