summaryrefslogtreecommitdiffstats
path: root/fdisks/fdisk-menu.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-03 21:40:04 +0200
committerKarel Zak2013-10-08 15:38:39 +0200
commitfd56121ac3172de22c3b2fc0481ba21483ee7373 (patch)
treeed73b215e2d11be2dbe34b181f7d888ce9ffb1c9 /fdisks/fdisk-menu.c
parenttextual: use the standard angular brackets for non-literal arguments (diff)
downloadkernel-qcow2-util-linux-fd56121ac3172de22c3b2fc0481ba21483ee7373.tar.gz
kernel-qcow2-util-linux-fd56121ac3172de22c3b2fc0481ba21483ee7373.tar.xz
kernel-qcow2-util-linux-fd56121ac3172de22c3b2fc0481ba21483ee7373.zip
textual: change spelling of "disk label" to the more abundant "disklabel"
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 d842b8138..d24680a1c 100644
--- a/fdisks/fdisk-menu.c
+++ b/fdisks/fdisk-menu.c
@@ -413,7 +413,7 @@ static int generic_menu_cb(struct fdisk_context **cxt0,
case 'w':
rc = fdisk_write_disklabel(cxt);
if (rc)
- err(EXIT_FAILURE, _("failed to write disk label"));
+ err(EXIT_FAILURE, _("failed to write disklabel"));
if (cxt->parent)
break; /* nested PT, don't leave */
fdisk_info(cxt, _("The partition table has been altered."));
@@ -486,7 +486,7 @@ static int generic_menu_cb(struct fdisk_context **cxt0,
if (cxt->parent) {
*cxt0 = cxt->parent;
- fdisk_info(cxt, _("Leaving nested disk label."));
+ fdisk_info(cxt, _("Leaving nested disklabel."));
fdisk_free_context(cxt);
cxt = *cxt0;
}
@@ -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 to nested BSD disk label"));
+ fdisk_info(cxt, _("Entering nested BSD disklabel"));
}
break;
}