JDK-6622838 : "Reload Applet" is not internationalized in errorpane of applet
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u5
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows
  • CPU: x86
  • Submitted: 2007-10-29
  • Updated: 2010-09-29
  • Resolved: 2008-07-17
Related Reports
Relates :  
Description
In testcase http://oklahoma.east/deployment/www/webrevs/mfisher/6u4/redx/test_cases.html, in "three options popup menu on right mouse click", when there is error in loading applet, click cancel, and then right mouse click on the applet. There comes three menu items, 

Open Java Console
About Java (TM)
Reload applet 

The text of the first two menu items are in src/plugin/share/classes/sun/plugin/resources/Activator.java. They are localized properly. The text "Reload applet" is not in any resource file. In src/plugin/share/classes/sun/plugin/util/ErrorPanel.java, the message is hardcoded, not from any resource file. This message needs to be i18ned for localization.

It was brought by the change of 6525260.