From 884a36043687ed48c85bf65fc1f08f19955f6329 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 8 Oct 2017 13:22:54 +0300 Subject: reword Size on Disk column description a bit --- libcaja-private/caja-column-utilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcaja-private/caja-column-utilities.c b/libcaja-private/caja-column-utilities.c index 9d8562b0..f63a2034 100644 --- a/libcaja-private/caja-column-utilities.c +++ b/libcaja-private/caja-column-utilities.c @@ -57,7 +57,7 @@ get_builtin_columns (void) "name", "size_on_disk", "attribute", "size_on_disk", "label", _("Size on Disk"), - "description", _("The size on disk of the file."), + "description", _("The size of the file on disk."), "xalign", 1.0, NULL)); columns = g_list_append (columns, -- cgit v1.2.1