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 249683

Summary: I18N: "more..." is hardcoded
Product: java Reporter: Masaki Katakai <masaki>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal Keywords: I18N
Priority: P3    
Version: 8.0.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot of 8.0.2

Description Masaki Katakai 2015-01-08 00:59:09 UTC
Created attachment 151399 [details]
screenshot of 8.0.2

It seems that "more..." is hardcoded as below so the message can not be translated and is displayed in English. Please externalize it to resource bundle.

 ./java.editor/src/org/netbeans/modules/editor/java/GoToSupport.java:

                    result += "<a href='***'>more...</a>"; //NOI18N
Comment 1 Dusan Balek 2015-03-10 15:13:03 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/02e450aeb317
Comment 2 Quality Engineering 2015-03-13 03:14:55 UTC
Integrated into 'main-silver', will be available in build *201503130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/02e450aeb317
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #249683: I18N: "more..." is hardcoded - fixed.