Skip to content

gfileutils: Use g_format_size() for a translatable string

Philip Withnall requested to merge pwithnall/glib:3271-size-format into main

Partially because the use of G_GSIZE_MODIFIER breaks translatable string extraction (issue #3271 (closed)) and partially because g_format_size() produces more human-readable results anyway.

Prior to commit cf5e371c the code was using %lu, so this is a fairly new issue.

Signed-off-by: Philip Withnall pwithnall@gnome.org

Fixes: #3271 (closed)

Closes #3271 (closed)

Merge request reports