GNOME Bugzilla – Bug 351431
Greyed-out 'Browse Folders' should be singular or not shown
Last modified: 2008-08-21 10:27:32 UTC
In spatial mode, there is a menu command File->Browse Folder. If more than one folder is selected, it says 'Browse Folders', which is ok. If a file is selected, there are Open With commands in its place. If nothing is selected, there is a greyed-out command 'Browse Folders'. This is gramatically odd, because in English zero is a singular. This is perhaps less than trivial because of how different languages treat zero. However, since this menu command is already dynamic, I suggest the best solution is for it to be simply not shown when nothing is selected.
Confirming with 2.21.5.
Created attachment 109958 [details] [review] 351431-dont-show-browse-folders-when-selection-is-empty.patch
Paweł: Thank you for working on this. Please commit the patch to trunk and to the GNOME 2.22 branch.
I committed the patch on your behalf so that it will make it into 2.24. Closing as FIXED. 2008-08-21 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-directory-view.c: (real_update_menus): Don't show "Browse Folders" in spatial mode if no folders are selected. Patch by Paweł Paprota (#351431).