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 210420 - Fix translatability issues in JavaScript area
Summary: Fix translatability issues in JavaScript area
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 11:18 UTC by Petr Jiricka
Modified: 2012-05-10 09:57 UTC (History)
1 user (show)

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 Petr Jiricka 2012-03-30 11:18:01 UTC
In o.n.m.refactoring.javascript.ui.WhereUsedQueryUI method getDescription(), we should not use concatenation of localizable strings. Localizable strings should always be complete in Bundle.properties, i.e.:

Usages of {0}
Usages and Overriding Methods of {0}
Overriding Methods of {0}

Related to: http://jupiter.cz.oracle.com/wiki/view/Netbeans/NetBeans72TopTranslatabilityIssues
Comment 1 Petr Pisl 2012-05-09 14:23:34 UTC
Fixed in web-main.
http://hg.netbeans.org/web-main/rev/5e74c2854892
Comment 2 Quality Engineering 2012-05-10 09:57:19 UTC
Integrated into 'main-golden', will be available in build *201205100400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5e74c2854892
User: Petr Pisl <ppisl@netbeans.org>
Log: #210420 - Fix translatability issues in JavaScript area