summaryrefslogtreecommitdiffstats
path: root/fdisk/cfdisk.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/cfdisk.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/cfdisk.c')
-rw-r--r--fdisk/cfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/cfdisk.c b/fdisk/cfdisk.c
index 7a82e2f8c..05c8cd6ac 100644
--- a/fdisk/cfdisk.c
+++ b/fdisk/cfdisk.c
@@ -1209,7 +1209,7 @@ menuSelect( int y, int x, struct MenuItem *menuItems, int itemLength,
int i, ylast = y, key = 0, current = menuDefault;
if( !( menuType & ( MENU_HORIZ | MENU_VERT ) ) ) {
- print_warning(_("Menu without direction. Defaulting horizontal."));
+ print_warning(_("Menu without direction. Defaulting to horizontal."));
menuType |= MENU_HORIZ;
}