Bug 320294 (MONO77516) - Some tooltips of some toolbar buttons are not localizable
Summary: Some tooltips of some toolbar buttons are not localizable
Status: VERIFIED FIXED
Alias: MONO77516
Product: MonoDevelop
Classification: Mono
Component: general (show other bugs)
Version: SVN
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Andres Aragoneses
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-10 00:18 UTC by Andres Aragoneses
Modified: 2008-03-16 22:48 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
The patch fixes the bug and adds some general cosmetic improvements (24.51 KB, patch)
2006-02-10 00:28 UTC, Thomas Wiest
Details | Diff
Fixed a mistake in the last patch (ChangeLog appending instead of replacing). (24.50 KB, patch)
2006-02-10 00:36 UTC, Thomas Wiest
Details | Diff
Updated patch with current svn revision (23.98 KB, patch)
2006-02-19 18:23 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:47:50 UTC


---- Reported by knocte@gmail.com 2006-02-09 17:18:16 MST ----

These tooltips acquire its texts from the XML attribute "description" from
the file Core/src/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml. Some tooltips
are localized because they are already present, casually, in other string
in other file of the program.  

This attributes should contain the pre-character "_" to automatically be
added on the gettext update system made by intltool-update command.

As long as this character should be optional only for those descriptions
that are indeed in use in the UI or are localizable, we could handle both
attributes (description and _description).

Attached patch will be self-explanatory (in file
Core/src/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui.Codons/CommandCodon.cs).



---- Additional Comments From knocte@gmail.com 2006-02-09 17:28:46 MST ----

Created an attachment (id=169249)
The patch fixes the bug and adds some general cosmetic improvements




---- Additional Comments From knocte@gmail.com 2006-02-09 17:36:19 MST ----

Created an attachment (id=169250)
Fixed a mistake in the last patch (ChangeLog appending instead of replacing).




---- Additional Comments From jacobilsoe@gmail.com 2006-02-11 03:29:28 MST ----

Looks fine to me. :-)



---- Additional Comments From knocte@gmail.com 2006-02-19 11:23:29 MST ----

Created an attachment (id=169251)
Updated patch with current svn revision




---- Additional Comments From jacobilsoe@gmail.com 2006-02-19 12:48:14 MST ----

Patch committed

Imported an attachment (id=169249)
Imported an attachment (id=169250)
Imported an attachment (id=169251)

Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Andres Aragoneses 2008-03-16 22:48:32 UTC
I am the reporter.