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

Summary: I18N : some messages in Refactoring preview are not from Bundle
Product: guibuilder Reporter: Masaki Katakai <masaki>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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