summaryrefslogtreecommitdiffstats
path: root/fdisks/fdisk-menu.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-03 21:57:03 +0200
committerKarel Zak2013-10-08 15:38:39 +0200
commitaaa438263655c66d958c0203820176215920de7e (patch)
tree58b8d3ef7eaca89295297b6d3851ba1b27bf7338 /fdisks/fdisk-menu.c
parenttextual: change spelling of "disk label" to the more abundant "disklabel" (diff)
downloadkernel-qcow2-util-linux-aaa438263655c66d958c0203820176215920de7e.tar.gz
kernel-qcow2-util-linux-aaa438263655c66d958c0203820176215920de7e.tar.xz
kernel-qcow2-util-linux-aaa438263655c66d958c0203820176215920de7e.zip
textual: use consistent wording and punctuation in fdisk stuff
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'fdisks/fdisk-menu.c')
-rw-r--r--fdisks/fdisk-menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fdisks/fdisk-menu.c b/fdisks/fdisk-menu.c
index d24680a1c..f9cce60fc 100644
--- a/fdisks/fdisk-menu.c
+++ b/fdisks/fdisk-menu.c
@@ -161,7 +161,7 @@ struct menu menu_sun = {
.label = FDISK_DISKLABEL_SUN,
.entries = {
MENU_BSEP(N_("Sun")),
- MENU_ENT('a', N_("toggle a read only flag")),
+ MENU_ENT('a', N_("toggle the read-only flag")),
MENU_ENT('c', N_("toggle the mountable flag")),
MENU_XENT('a', N_("change number of alternate cylinders")),
@@ -458,7 +458,7 @@ static int generic_menu_cb(struct fdisk_context **cxt0,
if (rc)
fdisk_warnx(cxt, _("Could not delete partition %d"), n + 1);
else
- fdisk_info(cxt, _("Partition %d is deleted"), n + 1);
+ fdisk_info(cxt, _("Partition %d has been deleted."), n + 1);
break;
case 'l':
list_partition_types(cxt);
@@ -569,7 +569,7 @@ static int dos_menu_cb(struct fdisk_context **cxt0,
fdisk_free_context(bsd);
else {
*cxt0 = cxt = bsd;
- fdisk_info(cxt, _("Entering nested BSD disklabel"));
+ fdisk_info(cxt, _("Entering nested BSD disklabel."));
}
break;
}