]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cfdisk: spell "label" in lower case
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 25 Jul 2015 15:18:15 +0000 (17:18 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Jul 2015 09:57:11 +0000 (11:57 +0200)
To be less shouty.  It is not an abbreviation like "UUID".

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
disk-utils/cfdisk.c

index ac07bb5f9782406217fc473154fda4c8bc5e6362..5e46136950cfc7924b0d226f7f001edae578610c 100644 (file)
@@ -1338,7 +1338,7 @@ static void extra_prepare_data(struct cfdisk *cf)
                        if (!blkid_probe_lookup_value(pr, "TYPE", &bdata, NULL))
                                extra_insert_pair(l, _("Filesystem:"), bdata);
                        if (!blkid_probe_lookup_value(pr, "LABEL", &bdata, NULL)) {
-                               extra_insert_pair(l, _("Filesystem LABEL:"), bdata);
+                               extra_insert_pair(l, _("Filesystem label:"), bdata);
                                devlabel = xstrdup(bdata);
                        }
                        if (!blkid_probe_lookup_value(pr, "UUID", &bdata, NULL)) {