This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 195115 - I18N: "Configuration:" is hardcoded in RunJarPanel.java
Summary: I18N: "Configuration:" is hardcoded in RunJarPanel.java
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-02-07 04:56 UTC by Masaki Katakai
Modified: 2011-03-03 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2011-02-07 04:56:46 UTC
"Configuration:" is hardcoded.

./maven/src/org/netbeans/modules/maven/customizer/RunJarPanel.java:
        org.openide.awt.Mnemonics.setLocalizedText(lblConfiguration, "&Configuration:");

Please extract it to resource bundle for translation.
Comment 1 Jesse Glick 2011-03-01 23:48:15 UTC
core-main #a834190f8034
Comment 2 Quality Engineering 2011-03-03 09:51:35 UTC
Integrated into 'main-golden', will be available in build *201103030057* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a834190f8034
User: Jesse Glick <jglick@netbeans.org>
Log: #195115: I18N: "Configuration:" is hardcoded in RunJarPanel.java