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 124854 - I18N : some messages in Refactoring preview are not from Bundle
Summary: I18N : some messages in Refactoring preview are not from Bundle
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-01-08 01:46 UTC by Masaki Katakai
Modified: 2008-07-29 15:47 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 Masaki Katakai 2008-01-08 01:46:16 UTC
It seems that following messages are not extracted into Bundle.properties
so these are displayed in English. Please extract them to bundle file so that
we can localize them.

form/src/org/netbeans/modules/form/FormRefactoringUpdate.java 

            return "Update GUI form and regenerate code in guarded blocks";
        return "Post-refactoring: Update GUI form and regenerate code in guarded blocks";
Comment 1 Tomas Pavek 2008-01-09 10:39:12 UTC
Thanks for catching this. Fixed in trunk.

/cvs/form/src/org/netbeans/modules/form/FormRefactoringUpdate.java
new revision: 1.15; previous revision: 1.14
/cvs/form/src/org/netbeans/modules/form/Bundle.properties
new revision: 1.221; previous revision: 1.220
Comment 2 Ken Frank 2008-07-28 21:26:19 UTC
want to verify - but don't see these messages in *form* modules ?

I see in current build
CTL_RefactoringUpdate1=Update GUI form
CTL_RefactoringUpdate2=Regenerate GUI code in guarded blocks

are those the ones ?

ken.frank@sun.com

Comment 3 Tomas Pavek 2008-07-29 09:32:24 UTC
Yes.
Comment 4 Ken Frank 2008-07-29 15:47:11 UTC
verified.

ken.frank@sun.com