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 - I18N : "Change to" hint is hardcoded
Summary: I18N : "Change to" hint is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2010-04-09 06:59 UTC by Masaki Katakai
Modified: 2010-04-13 17:39 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 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.