JDK-6458761 : "Check Weekly/Monthly/Daily" button text improperly internationalized
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 5.0u10,6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2006-08-10
  • Updated: 2010-04-04
  • Resolved: 2006-08-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b96Fixed
Related Reports
Relates :  
Description
In Deployment.java there is a property:
         { "update.autoupdate.disable.defaultCheck", "Check " },
which is combined with Monthly/Weekly/Daily to form "Check Monthly", "Check Weekly", "Check Daily". These should be separate messages. 

Currently, it is impossible to translate this correctly for some languages and this dialog is easily reproducible from windows Java Control Panel -> Update -> uncheck "Check for Update Automatically".

Comments
EVALUATION Will fix in next build.
10-08-2006