To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=110702 Issue #|110702 Summary|Translation is truncated on 4th page of Diagram Wizard Component|Chart Version|OOO320m9 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|ui Assigned to|kla Reported by|timar
------- Additional comments from [email protected] Thu Apr 8 13:26:48 +0000 2010 ------- I found that Hungarian translation was truncated on 4th page of Diagram Wizard. The translation of text "Display legend" did not fit in the defined coordinates. The following patch solved the problem. --- chart2/source/controller/dialogs/res_LegendPosition_tmpl.hrc.orig 2010-02-12 22:25:30.000000000 +0100 +++ chart2/source/controller/dialogs/res_LegendPosition_tmpl.hrc 2010-04-08 15:16:32.964875000 +0200 @@ -38,7 +38,7 @@ { \ HelpID = HID_SCH_LEGEND_SHOW ; \ Pos = MAP_APPFONT ( xpos , ypos ) ; \ - Size = MAP_APPFONT ( 67 , 12 ) ; \ + Size = MAP_APPFONT ( 83 , 12 ) ; \ Text [ en-US ] = "~Display legend" ; \ TabStop = TRUE ; \ }; --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
