]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (dos) improve the grammar of an error message
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 8 Oct 2013 15:14:38 +0000 (17:14 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Oct 2013 09:40:08 +0000 (11:40 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
libfdisk/src/dos.c

index c90721d5499f885ff7d16e0e71b82d68b20eb52f..163a87b465207e9e823a077219311033130371f3 100644 (file)
@@ -1322,7 +1322,7 @@ static int write_sector(struct fdisk_context *cxt, sector_t secno,
 
        rc = seek_sector(cxt, secno);
        if (rc != 0) {
-               fdisk_warn(cxt, _("Write sector %jd failed: seek failed"),
+               fdisk_warn(cxt, _("Cannot write sector %jd: seek failed"),
                                (uintmax_t) secno);
                return rc;
        }