To be less shouty. It is not an abbreviation like "UUID". Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- disk-utils/cfdisk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index ac07bb5..5e46136 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)) { -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html