Before this change, the treebrowser used an inconsistent mix of capitalized and uncapitalized words in the context menu. This changes them to all be capitalized for consistency with other GTK applications. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/641
-- Commit Summary --
* treebrowser: Use consistent capitalization in menu
-- File Changes --
M treebrowser/src/treebrowser.c (24)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/641.patch https://github.com/geany/geany-plugins/pull/641.diff
Merged #641.
Maybe you should have reviewed [this](https://developer.gnome.org/hig/stable/writing-style.html.en) first.
@elextr, I actually did look at that page while making this change, and generally followed the GNOME guideliines for header capitalization.
I chose to make only one difference from those guidelines: I used the capitalization "Create New File" rather than "Create new File". That's because "Create new File" looks strange to me since "new" is an important word in the menu item.
Is there some other text in this change that you are concerned about?
The `New` was the one I happened to notice :) And for me the lower case looks better but YMMV, if thats the only case then it doesn't matter.
Actually, looking at this again I think I'd rather change those menu items like this:
Create New Directory -> New Folder Create New File -> New File
This is shorter and would follow the capitalization guidelines, and is also more consistent with other GTK programs (e.g. Nautilus, gedit). OK with you?
Yeah, `folder` seems to be more common than `directory`, and shorter is (mostly) better.
github-comments@lists.geany.org