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 121131

Summary: I18N - word "Debug" on toolbar menu not from bundle
Product: debugger Reporter: Ken Frank <kfrank>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED INVALID    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2007-11-04 21:50:59 UTC
on toolbar menu of main ide window,
the one that has Build, Debug, ..., Reset Toolbars, Customize.
the word Debug is not from bundle, or if in bundle
not from pseudo localized one.

But could this be related to 117950
in which same problem with Build
word, but it was a profiler issue ?
Comment 1 Martin Entlicher 2007-11-04 22:19:37 UTC
It is localized. It's defined as Toolbars/Debug key in
debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/Bundle.properties and
ant/debugger/src/org/netbeans/modules/ant/debugger/Bundle.properties

The only problem was, that there's missing '&' in ant/debugger/src/org/netbeans/modules/ant/debugger/Bundle.properties
Additional fix to issue #118537 was made.
But changing the value to something else works fine for me.
Perhaps other debuggers define Toolbars/Debug as well....
Comment 2 Quality Engineering 2010-04-29 09:36:57 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.