summaryrefslogtreecommitdiff
path: root/thunar/thunar-properties-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-properties-dialog.c')
-rw-r--r--thunar/thunar-properties-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index 317ebfad..247e619c 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -987,7 +987,7 @@ thunar_properties_dialog_update (ThunarPropertiesDialog *dialog)
if (thunar_file_is_directory (dialog->file)
&& thunar_file_get_free_space (dialog->file, &size))
{
- size_string = g_file_size_humanize (size);
+ size_string = g_format_size_for_display (size);
gtk_label_set_text (GTK_LABEL (dialog->freespace_label), size_string);
gtk_widget_show (dialog->freespace_label);
g_free (size_string);