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 47174 - I18N - AllOptionsFolder cannot be localized
Summary: I18N - AllOptionsFolder cannot be localized
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-08-12 21:28 UTC by _ potingwu
Modified: 2007-11-05 13:42 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 _ potingwu 2004-08-12 21:28:19 UTC
In the Option window, when clicking 'Editor
Setting', 'AllOptionsFolder' appears in the
description area that cannot be localized.

Suggest fix:

RCS file:
editor/src/org/netbeans/modules/editor/options/AllOptionsNode.java,v
@@ -55,6 +55,12 @@
         return
NbBundle.getMessage(AllOptionsNode.class,
"OPTIONS_all"); //NOI18N
     }
 
+    public String getShortDescription(){
+        return null;
+    }

     // #7925
     public boolean canDestroy() {
         return false;
Comment 1 Martin Roskanin 2004-08-13 09:06:59 UTC
fixed in [maintrunk]

potingwu, thanks for a patch

/cvs/editor/src/org/netbeans/modules/editor/options/AllOptionsNode.java,v
 <--  AllOptionsNode.java
new revision: 1.16; previous revision: 1.15

Comment 2 Ken Frank 2007-05-29 18:56:25 UTC
v