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 205729 - I18N: "Custom Scope" is hardcoded on scope dialog
Summary: I18N: "Custom Scope" is hardcoded on scope dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-11-30 16:20 UTC by Masaki Katakai
Modified: 2012-01-25 16:43 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-11-30 16:20:23 UTC
"Custom Scope" is displayed in English on scope dialog, which is invoked from Find Usage dialog.

refactoring.java/src/org/netbeans/modules/refactoring/java/ui/CustomScopePanel.java:
        outlineView1 = new OutlineView("Custom Scope");

Please extract it to Bundle.properties for localization.
Comment 1 Jan Becicka 2012-01-19 12:25:23 UTC
Changeset: b8e301cfb60d
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2012-01-19 13:20
Message:   
Issue #205729 - I18N: "Custom Scope" is hardcoded on scope dialog
Comment 2 Quality Engineering 2012-01-25 16:43:17 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b8e301cfb60d
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #205729 - I18N: "Custom Scope" is hardcoded on scope dialog