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 159752

Summary: I18N : "Language:" is not from bundle
Product: java Reporter: Masaki Katakai <masaki>
Component: EditorAssignee: Max Sauer <msauer>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2009-03-06 07:53:11 UTC
It seems that "Language:" label on option dialog is hardcoded in CodeCompletionOptionsPanel.java.
Please extract it to Bundle.properties for translation.

options.editor/src/org/netbeans/modules/options/editor/completion/CodeCompletionOptionsPanel.java:

        lLanguage.setText("Language:");
Comment 1 Max Sauer 2009-03-06 11:11:07 UTC
Fixed.
---
http://hg.netbeans.org/jet-main/rev/f49b04ffa9e6
Comment 2 Quality Engineering 2009-03-07 09:48:31 UTC
Integrated into 'main-golden', will be available in build *200903070353* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f49b04ffa9e6
User: Max Sauer <msauer@netbeans.org>
Log: #159752: I18N "Language:" is not from bundle
Comment 3 Masaki Katakai 2009-03-09 04:09:33 UTC
Thank you! Verified the fix on 200903080201 build.