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:
parent
d3a1e3bfaa
commit
62eea9ce12
8 changed files with 29 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue