diff options
Diffstat (limited to 'src/file-manager/fm-icon-view.c')
-rw-r--r-- | src/file-manager/fm-icon-view.c | 8 |
1 files changed, 7 insertions, 1 deletions
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") }, { @@ -1754,6 +1754,12 @@ static const GtkRadioActionEntry arrange_radio_entries[] = 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, N_("Keep icons sorted by type in rows"), |