summaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
diff options
context:
space:
mode:
authorBenno Schulenberg2015-08-01 10:23:07 +0200
committerKarel Zak2015-08-03 11:18:56 +0200
commit62eea9ce12daca1027f0dcbff554020fde809b8c (patch)
tree5950adc541e910588ee4fc714632c852f002d3d6 /disk-utils/cfdisk.c
parentbuild-sys: mark script(1) as Linux only due to signalfd() (diff)
downloadkernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.tar.gz
kernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.tar.xz
kernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.zip
textual: adjust grammar and punctuation of some messages
Also equalize three messages to one other one, and fix a typo in USE_COLORS_BY_DEFAULT. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'disk-utils/cfdisk.c')
-rw-r--r--disk-utils/cfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index f536f098a..391709974 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -2469,7 +2469,7 @@ static int ui_run(struct cfdisk *cf)
ui_draw_extra(cf);
if (fdisk_is_readonly(cf->cxt))
- ui_warnx(_("Device open in read-only mode."));
+ ui_warnx(_("Device is open in read-only mode."));
else if (cf->wrong_order)
ui_info(_("Note that partition table entries are not in disk order now."));