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 201231 - I18N: "Customize" is hardcoded on j2se project properties dialog
Summary: I18N: "Customize" is hardcoded on j2se project properties dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-08-23 03:54 UTC by Masaki Katakai
Modified: 2011-08-24 14:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (59.13 KB, image/png)
2011-08-23 03:54 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2011-08-23 03:54:19 UTC
Created attachment 110143 [details]
screenshot

I can see hardcoded string on Run category of project properties dialog for Java project.

Please refer to the screenshot attached. Only "Customize" string is displayed
without [ ] marks. It means it's not from localized bundles.

It seems that the corresponding code is:

java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.java:

        customizeOptionsButton.setText("Customize");

Please extract this string to resource bundle so that we can localize it.
Comment 1 Masaki Katakai 2011-08-23 07:33:15 UTC
I'm using trunk build

   Product Version: NetBeans IDE Dev (Build 201108220601)
Comment 2 Petr Somol 2011-08-23 13:21:58 UTC
fixed in jetmain: http://hg.netbeans.org/jet-main/rev/54c6aeec8f2d
Comment 3 Quality Engineering 2011-08-24 14:01:31 UTC
Integrated into 'main-golden', will be available in build *201108240601* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/54c6aeec8f2d
User: Petr Somol <psomol@netbeans.org>
Log: #201231 extracted harcoded string to property and corrected NOI18Ns in CustomizerRun