]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: add a comma for clarity, plus some other tweaks
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 22 Sep 2014 20:15:34 +0000 (22:15 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Oct 2014 07:37:05 +0000 (09:37 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
libfdisk/src/context.c

index 493114546d652a9ae2c579ab2a10338d2afd30c1..4031f0b2f0225e0b26dec9e792328724b5e9e96d 100644 (file)
@@ -363,10 +363,10 @@ static int warn_wipe(struct fdisk_context *cxt)
                if (blkid_probe_lookup_value(pr, "TYPE", &name, 0) == 0 ||
                    blkid_probe_lookup_value(pr, "PTTYPE", &name, 0) == 0) {
                        fdisk_warnx(cxt, _(
-                               "%s: device contains a valid '%s' signature, it's "
-                               "strongly recommended to wipe the device by command wipefs(8) "
-                               "if this setup is unexpected to avoid "
-                               "possible collisions."), cxt->dev_path, name);
+                               "%s: device contains a valid '%s' signature; it is "
+                               "strongly recommended to wipe the device with "
+                               "wipefs(8) if this is unexpected, in order to "
+                               "avoid possible collisions"), cxt->dev_path, name);
                        rc = 1;
                }
        }