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 195216 - I18N: General and Expression Presentation are hardcoded in GdbProfile.java
Summary: I18N: General and Expression Presentation are hardcoded in GdbProfile.java
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-02-09 04:58 UTC by Masaki Katakai
Modified: 2011-02-10 11:27 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-02-09 04:58:28 UTC
It seems that these strings are displayed in English on actual NetBeans. If possible, please extract them to resource bundle.

cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/options/GdbProfile.java :
        set.setDisplayName("General"); // FIXUP I18N // NOI18N
        set.setShortDescription("General"); // FIXUP I18N // NOI18N

        set.setDisplayName("Expression Presentation"); // FIXUP I18N // NOI18N
        set.setShortDescription("Expression Presentation"); // FIXUP I18N // NOI18N
Comment 1 Egor Ushakov 2011-02-09 11:11:36 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/4c2092313f42
Comment 2 Quality Engineering 2011-02-10 11:27:57 UTC
Integrated into 'main-golden', will be available in build *201102100500* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4c2092313f42
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #195216 (I18N: General and Expression Presentation are hardcoded in GdbProfile.java)