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

Summary: I18N - Column name is not from bundle
Product: ruby Reporter: Jiri Prox <jiriprox>
Component: DebuggerAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker CC: kfrank
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

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