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 183750

Summary: I18N : "Change to" hint is hardcoded
Product: editor Reporter: Masaki Katakai <masaki>
Component: SpellcheckerAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal Keywords: I18N
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2010-04-09 06:59:17 UTC
I found one more string. Please extract it to Bundle.properties. Thanks.

spellchecker/src/org/netbeans/modules/spellchecker/hints/DictionaryBasedHint.java:

    public String getText() {
        return "Change \"" + original + "\" to \"" + proposal + "\"";
    }
Comment 1 Jan Lahoda 2010-04-12 12:43:15 UTC
http://hg.netbeans.org/jet-main/rev/8631fcc43d25
Comment 2 Quality Engineering 2010-04-13 17:39:46 UTC
Integrated into 'main-golden', will be available in build *201004131450* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8631fcc43d25
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #183750: fixing one more hardcoded string.