Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4845446

am/pm redundant string problem by 4837248

XMLWordPrintable

    • b21
    • x86
    • windows_nt
    • Verified

        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}.

              rkajasunw Rajani Kaja (Inactive)
              kurosaki Kenichi Kurosaki (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: