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 111495 - I18N - Label in rename dialog is not from bundle
Summary: I18N - Label in rename dialog is not from bundle
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords: I18N, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2007-07-31 15:42 UTC by Jiri Prox
Modified: 2007-09-29 22:14 UTC (History)
1 user (show)

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 Jiri Prox 2007-07-31 15:42:09 UTC
Product Version: NetBeans IDE Dev (Build 200707270000) Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 System:
Linux version 2.6.5-1.358 running on i386 UTF-8; ja_JP (nb) Userdir: /space/ui18n3
Pseudolocalized

Label "WARNING: Ruby refactoring is not accurate...." in rename dialog is not loaded from bundle
Comment 1 Torbjorn Norbye 2007-08-02 20:11:34 UTC
This label may not end up in the product; it's a warning during development to not let the IDE clobber the sources...

In any case, marking the bug as will-fix-for-6.0 since I will either localize it or take it out if we don't need the warning any more.
Comment 2 Martin Krauskopf 2007-08-30 10:31:08 UTC
Tor, I've committed fix, just for the sake of lesser P2s ;) So if you remove from the final product, remove also the
entry in Bundle.

refactoring/src/org/netbeans/modules/refactoring/ruby/ui/Bundle.properties;
new revision: 1.3; previous revision: 1.2
refactoring/src/org/netbeans/modules/refactoring/ruby/ui/RenamePanel.java;
new revision: 1.2; previous revision: 1.1
refactoring/src/org/netbeans/modules/refactoring/ruby/ui/RenamePanel.form;
new revision: 1.2; previous revision: 1.1
Comment 3 Ken Frank 2007-09-29 22:14:28 UTC
verifed.

ken.frank@sun.com