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 111542 - I18N - Column name is not from bundle
Summary: I18N - Column name is not from bundle
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-31 20:08 UTC by Jiri Prox
Modified: 2007-08-19 17:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (11.68 KB, image/png)
2007-07-31 20:09 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2007-07-31 20:08:59 UTC
Product Version         = NetBeans IDE Dev (Build 200707211200)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor        = 1.6.0_03-ea; Java HotSpot(TM) Client VM 1.6.0_03-ea-01; Sun Microsystems Inc.
Pseudolocalize

The name of column in watches/local variables Root seems not to come from bundle file.
Comment 1 Jiri Prox 2007-07-31 20:09:54 UTC
Created attachment 45962 [details]
screenshot
Comment 2 Martin Krauskopf 2007-08-06 12:34:08 UTC
Fixed together with all similar views.

debugger/src/org/netbeans/modules/ruby/debugger/model/CallStackModel.java;
new revision: 1.4; previous revision: 1.3
debugger/src/org/netbeans/modules/ruby/debugger/model/SessionsTableModelFilter.java;
new revision: 1.2; previous revision: 1.1
debugger/src/org/netbeans/modules/ruby/debugger/model/ThreadsModel.java;
new revision: 1.2; previous revision: 1.1
debugger/src/org/netbeans/modules/ruby/debugger/model/VariablesModel.java;
new revision: 1.4; previous revision: 1.3
debugger/src/org/netbeans/modules/ruby/debugger/model/WatchesModel.java;
new revision: 1.4; previous revision: 1.3
debugger/src/org/netbeans/modules/ruby/debugger/model/Bundle.properties;
new revision: 1.3; previous revision: 1.2
Comment 3 Ken Frank 2007-08-19 17:45:32 UTC
verified