-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2
-
b21
-
x86
-
windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2067921 | 5.0 | Rajani Kaja | P2 | Resolved | Fixed | tiger |
According to the fix for 4837248, the message resource files for certain locales
which does not have am/pm string should be updated properly.
It needs to be updated like below.
deploy_ws/src/plugin/src/share/classes/sun/plugin/resources/ControlPanel_xx.java:
line 198:
FROM
{ "update.lastrun.text", "Java Update was last run at {0} {1} on {2}." },
TO
{ "update.lastrun.text", "Java Update was last run at {0}{1} on {2}." },
For certain locales, the old resource has {1} for am/pm string after {0} but it's
no longer used by what 4837248 was fixed, so the extra space should not be placed
between {0} and {1}.
which does not have am/pm string should be updated properly.
It needs to be updated like below.
deploy_ws/src/plugin/src/share/classes/sun/plugin/resources/ControlPanel_xx.java:
line 198:
FROM
{ "update.lastrun.text", "Java Update was last run at {0} {1} on {2}." },
TO
{ "update.lastrun.text", "Java Update was last run at {0}{1} on {2}." },
For certain locales, the old resource has {1} for am/pm string after {0} but it's
no longer used by what 4837248 was fixed, so the extra space should not be placed
between {0} and {1}.
- backported by
-
JDK-2067921 am/pm redundant string problem by 4837248
-
- Resolved
-
- relates to
-
JDK-4837248 Time format used in ControlPanel Update tab is not correctly i18n'd
-
- Resolved
-
-
JDK-4852511 l10n for 4845446: am/pm redundant string problem
-
- Closed
-