From 7fbadf79122f06e80dd52937bfec8dea36cc2581 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 27 Jan 2014 16:23:13 +0100 Subject: Add option to show file sizes with IEC units instead of SI units Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203 --- libcaja-private/org.mate.caja.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcaja-private/org.mate.caja.gschema.xml.in') diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index fc8fb5ca..1cf7fa0e 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -236,6 +236,11 @@ <_summary>Whether to show hidden files <_description>If set to true, then hidden files are shown by default in the file manager. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~). + + false + <_summary>Whether to show file sizes with IEC units + <_description>If set to true, file sizes are shown using IEC (base 1024) units with "KiB" style suffixes, instead of default with SI units. + -- cgit v1.2.1