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 - I18N - word "Debug" on toolbar menu not from bundle
Summary: I18N - word "Debug" on toolbar menu not from bundle
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-11-04 21:50 UTC by Ken Frank
Modified: 2010-04-29 09:36 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 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.