After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698361 - file chooser: menu commands should be capitalized
file chooser: menu commands should be capitalized
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2013-04-19 13:14 UTC by Adam Dingle
Modified: 2013-05-13 02:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Dingle 2013-04-19 13:14:31 UTC
The GTK file chooser has a context menu with these commands:

- Visit this file
- Copy file's location

According to GNOME interface guidelines these should use header capitalization, i.e. each word should be capitalized.  I'd also suggest shortening the command names a bit, e.g.

- Visit File
- Copy Location
Comment 1 Matthias Clasen 2013-04-24 01:35:58 UTC
What does 'Visit' do in the first place ? Entirely unclear to me...
Comment 2 Adam Dingle 2013-04-24 09:46:36 UTC
Visit is available only in the Recent folder.  When invoked on a file, the file chooser navigates to the directory that actually contains the file.