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

Summary: I18N: "Custom Scope" is hardcoded on scope dialog
Product: java Reporter: Masaki Katakai <masaki>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: RESOLVED FIXED    
Severity: normal Keywords: I18N
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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