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 577924 - Add tooltip text to git menu actions
Add tooltip text to git menu actions
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: git
2.24.x
Other All
: Normal minor
: ---
Assigned To: James Liggett
James Liggett
Depends on:
Blocks:
 
 
Reported: 2009-04-04 12:12 UTC by Andreas Volz
Modified: 2009-06-24 07:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Andreas Volz 2009-04-04 12:12:50 UTC
The problem is that some menu commands are really hard to translate into native languages (e.g. GIT plugin). For that I like to add correct translated descriptions of the GtkActions. It seems that's not working currently.

Other information:
The discussion about this topic started here on the gnome-de list:
http://mail.gnome.org/archives/gnome-de/2009-March/msg00136.html
Comment 1 Sébastien Granjoux 2009-06-21 15:37:58 UTC
I have same problem, especially with the GIT plugin.

I'm a beginner with it, it's rather new and has lots of functions, so sometimes I don't know the term in english corresponding to the action I want to do, and it's worst when it's translated.

I don't know this part of Anjuta, is there already something started ?
Comment 2 Sébastien Granjoux 2009-06-21 15:43:43 UTC
Instead of using the status bar, isn't it possible to use tool tips ?

Like it's done for the main menu. I'm not sure I will notice the change in the status bar.
Comment 3 Johannes Schmid 2009-06-21 15:52:13 UTC
OK, I finally found out how gedit does this so I will try to fix it soon.

Actually, I find tooltips rather disturbing in the menu so I prefer the statusbar solution. (I think the GNOME HIG also suggests this, but I will check).
Comment 4 Sébastien Granjoux 2009-06-21 16:09:58 UTC
Ok, then we need to add tooltips for our actions and let some some time for translation.

Indeed, I have looked at other programs and most of them use the status bar, so we should probably do the same.
Comment 5 Johannes Schmid 2009-06-21 19:11:44 UTC
The tooltips are now shown in the status bar. Anyway, the git commands have no tooltip property that. That should be fixed!
Comment 6 James Liggett 2009-06-24 00:32:07 UTC
fixed
Comment 7 Johannes Schmid 2009-06-24 07:26:27 UTC
Thanks but I think people wanted to see a reference to the git command used in the tooltips like "Commit your local changes ('git commit')" to be able to double-check things with other git docs. Maybe you can add this.