Bugzilla – Bug 320294
Some tooltips of some toolbar buttons are not localizable
Last modified: 2008-03-16 22:48:32 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".
I am the reporter.