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

ControlPanel has incorrect i18n for "About..." button

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 5.0
    • 5.0
    • deploy
    • tiger
    • generic
    • generic
    • Verified

      The message resource "java.panel.about.border" seems to be also used
      in "About..." button on Java tab of ControlPanel.

      Deployment.java:

              { "java.panel.about.border", "About" },
              { "java.panel.about.mnemonic", "VK_B" },

      The message resource "java.panel.about.border" should be used only for the
      border not for the button. It should be like:

              { "java.panel.about.border", " About " },
              { "java.panel.about_btn", "About..." },
              { "java.panel.about_btn.mnemonic", "VK_B" },

            mafishersunw Margarita Fisher (Inactive)
            kurosaki Kenichi Kurosaki (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: