From d48fc38307125fe94f2df4ece048571d9c4713ac Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 25 Jul 2015 17:18:15 +0200 Subject: cfdisk: spell "label" in lower case To be less shouty. It is not an abbreviation like "UUID". Signed-off-by: Benno Schulenberg --- disk-utils/cfdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/cfdisk.c') diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index ac07bb5f9..5e4613695 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -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)) { -- cgit v1.2.3-55-g7522