From f6a4e9c315c2c25cee423687cbcb99f5eb45205d Mon Sep 17 00:00:00 2001 From: Moritz Bruder Date: Wed, 11 Apr 2018 15:10:17 +0200 Subject: fm-icon-view: Show size on disk as sort criterion This was introduced in commit b28445b3d2c42a7d2dbac97983d007e4ab58684d but has never been added to some parts of the UI. --- src/file-manager/fm-icon-view.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/file-manager/fm-icon-view.c') diff --git a/src/file-manager/fm-icon-view.c b/src/file-manager/fm-icon-view.c index 2d533bfc..147218ab 100644 --- a/src/file-manager/fm-icon-view.c +++ b/src/file-manager/fm-icon-view.c @@ -139,7 +139,7 @@ static const SortCriterion sort_criteria[] = CAJA_FILE_SORT_BY_SIZE_ON_DISK, "size_on_disk", "Sort by Size on Disk", - N_("by Size on Disk"), + N_("by S_ize on Disk"), N_("Keep icons sorted by disk usage in rows") }, { @@ -1753,6 +1753,12 @@ static const GtkRadioActionEntry arrange_radio_entries[] = N_("Keep icons sorted by size in rows"), CAJA_FILE_SORT_BY_SIZE }, + { + "Sort by Size on Disk", NULL, + N_("By S_ize on Disk"), NULL, + N_("Keep icons sorted by disk usage in rows"), + CAJA_FILE_SORT_BY_SIZE_ON_DISK + }, { "Sort by Type", NULL, N_("By _Type"), NULL, -- cgit v1.2.1