diff options
author | monsta <[email protected]> | 2017-10-08 13:22:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-08 13:22:54 +0300 |
commit | 884a36043687ed48c85bf65fc1f08f19955f6329 (patch) | |
tree | 919c22768a1162e1d2cb3a157c02ee82ed725504 | |
parent | e3c0b427bb5f6d29122abcedc894d311d989715b (diff) | |
download | caja-884a36043687ed48c85bf65fc1f08f19955f6329.tar.bz2 caja-884a36043687ed48c85bf65fc1f08f19955f6329.tar.xz |
reword Size on Disk column description a bit
-rw-r--r-- | libcaja-private/caja-column-utilities.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |