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 322767 - Applications menu item wording is poor
Applications menu item wording is poor
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
0.1.3
Other Linux
: Normal minor
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-29 16:51 UTC by Phil Bull
Modified: 2005-12-11 03:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Phil Bull 2005-11-29 16:51:24 UTC
Distribution/Version: Ubuntu Breezy

Go to Applications | Graphics.

The item reads 'F-Spot' and the tooltip reads 'Photo Management'. These strings
do not follow the HIG and make the application less discoverable by being terse
and uninformative. More useful/descriptive/HIG-ified strings should be used.
Comment 1 Phil Bull 2005-11-29 16:57:31 UTC
Some suggestions:

* Title describing f-spot's purpose/usage, e.g. 'F-Spot Photo Manager'
* Tooltip providing more information, e.g. '[Organise|Manage] your [digital]
photo collection'

Relevant files in CVS are:

/f-spot/f-spot.desktop.in.in
/f-spot/f-spot-view.desktop.in
/f-spot/po/*
Comment 2 Gabriel Burt 2005-11-30 03:12:05 UTC
Good ideas!

I like "F-Spot Photo Manager".

I would suggest "Organize, enjoy, and share your photos" as the tooltip.

Larry?
Comment 3 Gabriel Burt 2005-12-01 18:50:19 UTC
Here's a patch that does what I mentioned above.  This style is similar to that
used by Tomboy, Gnumeric, and Firefox on my Breezy system (eg the Name for them
is "Tomboy Notes", "Gnumeric Spreadsheet", and "Firefox Web Browser").

Index: f-spot.desktop.in.in
===================================================================
RCS file: /cvs/gnome/f-spot/f-spot.desktop.in.in,v
retrieving revision 1.3
diff -u -r1.3 f-spot.desktop.in.in
--- f-spot.desktop.in.in        19 Sep 2005 21:46:40 -0000      1.3
+++ f-spot.desktop.in.in        1 Dec 2005 18:45:38 -0000
@@ -1,9 +1,9 @@
 [Desktop Entry]
 Version=1.0
 Encoding=UTF-8
-_Name=F-Spot
-_GenericName=Photo Management
-_Comment=Photo Management
+_Name=F-Spot Photo Manager
+_GenericName=Photo Manager
+_Comment=Organize, enjoy, and share your photos
 Exec=f-spot
 Icon=f-spot-logo
 StartupNotify=true
Comment 4 Phil Bull 2005-12-02 08:55:58 UTC
Nice work!

I'm happy with your patch, it fully addresses the issue as far as I'm concerned.
Comment 5 Gabriel Burt 2005-12-11 03:32:13 UTC
Committed