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

l10n for 4794177: split msg resources on ControlPanel cannot be properly l10n

    XMLWordPrintable

Details

    • beta
    • x86
    • windows_2000
    • Verified

    Description

      The bug fix for 4794177 "split message resources on ControlPanel cannot be localized properly" caused a regression bug in l10n because the l10n messages also need to be updated as follows:

      src/plugin/src/share/classes/sun/plugin/resources/ControlPanel.java:
              { "update.advanced_desc1.text", "Perform scan every day " },
              { "update.advanced_desc2.text", "Perform scan every {0} " },
              { "update.advanced_desc3.text", "Perform scan on day {0} of every month " },
              { "update.advanced_at.text", "at {0}" },

      These message resources should be:
              { "update.advanced_desc1.text", "Perform scan every day at {0}" },
              { "update.advanced_desc2.text", "Perform scan every {1} at {0}" },
              { "update.advanced_desc3.text", "Perform scan on day {1} of every month at {0}" },

      Attachments

        Issue Links

          Activity

            People

              mfang Michael Fang (Inactive)
              mfang Michael Fang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: