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 222444 - I18N: "Braces Matching" is hardcoded
Summary: I18N: "Braces Matching" is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 07:47 UTC by Masaki Katakai
Modified: 2012-11-24 13:06 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 2012-11-20 07:47:11 UTC
It seems that "Braces Matching" is harcoded in GeneralEditorPanel.java.

./options.editor/src/org/netbeans/modules/options/generaleditor/GeneralEditorPanel.java:

        lCamelCaseBehavior1.setText("Braces Matching");

Actually I can see it in English even in localized build for 7.2 beta2.

Please externalize it and use resource bundle so that
we can localize it.
Comment 1 Svata Dedic 2012-11-20 15:22:50 UTC
Changeset: 3c279538008f
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-11-20 16:22
Message:   Properly i18ned new label
Comment 2 Quality Engineering 2012-11-24 13:06:43 UTC
Integrated into 'main-golden', will be available in build *201211240959* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3c279538008f
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #222444 - I18N: "Braces Matching" is hardcoded: fixed
Properly i18ned new label