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 219238 - I18N: "Add Property..." is hardcoded
Summary: I18N: "Add Property..." is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 03:11 UTC by Masaki Katakai
Modified: 2012-10-02 02:25 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 2012-10-01 03:11:14 UTC
I noticed that "Add Property ..." is displayed in English even in
localized build on "Rule Editor" of NetBeans 7.3.

Please review the following codes and extract it to resource bundle
so that this string can be localized.

css.visual/src/org/netbeans/modules/css/visual/RuleEditorPanel.java :

    private static String ADD_PROPERTY_CB_TEXT = "Add Property ...";
Comment 1 Marek Fukala 2012-10-01 07:46:25 UTC
fixed in web-main#c27bf89eaf77
Comment 2 Quality Engineering 2012-10-02 02:25:24 UTC
Integrated into 'main-golden', will be available in build *201210020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c27bf89eaf77
User: Marek Fukala <mfukala@netbeans.org>
Log: #219238 - I18N: "Add Property..." is hardcoded