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 214768 - I18N: "Navigate to definition" message is hardcoded
Summary: I18N: "Navigate to definition" message is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 09:57 UTC by Masaki Katakai
Modified: 2012-06-27 05:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (Japanese) (80.36 KB, image/jpeg)
2012-06-26 09:57 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2012-06-26 09:57:51 UTC
Created attachment 121353 [details]
screenshot (Japanese)

The following messages are hardcoded. Please refer to screenshot.
I can see it in English even in localized build.

./maven.grammar/src/org/netbeans/modules/maven/hyperlinks/HyperlinkProviderImpl.java :

                            return prop + " resolves to '" + exRes + "'\nNavigate to definition.";

                    return "Cannot resolve expression\nNavigates to definition.";

Please evaluate and extract them to Bundle.properties.
Comment 1 Milos Kleint 2012-06-26 12:40:25 UTC
https://hg.netbeans.org/core-main/rev/fd3f395a6830
Comment 2 Quality Engineering 2012-06-27 05:02:23 UTC
Integrated into 'main-golden', will be available in build *201206270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fd3f395a6830
User: Milos Kleint <mkleint@netbeans.org>
Log: #214768 i18n