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 - I18N : "Language:" is not from bundle
Summary: I18N : "Language:" is not from bundle
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Max Sauer
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-06 07:53 UTC by Masaki Katakai
Modified: 2009-03-09 04:09 UTC (History)
1 user (show)

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 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.