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>
This commit is contained in:
Benno Schulenberg 2015-08-01 10:23:07 +02:00 committed by Karel Zak
parent d3a1e3bfaa
commit 62eea9ce12
8 changed files with 29 additions and 29 deletions

View file

@ -535,7 +535,7 @@ static int generic_menu_cb(struct fdisk_context **cxt0,
break;
case 'w':
if (fdisk_is_readonly(cxt)) {
fdisk_warnx(cxt, _("Device open in read-only mode."));
fdisk_warnx(cxt, _("Device is open in read-only mode."));
break;
}
rc = fdisk_write_disklabel(cxt);