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 139492

Summary: I18N - "Grails Application" words in new project wizard not from bundle
Product: groovy Reporter: Ken Frank <kfrank>
Component: GrailsAssignee: martin_adamek <martin_adamek>
Status: VERIFIED FIXED    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2008-07-09 21:51:50 UTC
the words "Grails Application" on new project right side, when choose
Groovy category, are in a bundle file
org-netbeans-modules-groovy-grailsproject/Templates/Project/Groovy/emptyGrails.xml=Grails Application

however, when using pseudo localized nb and running in the other locale, those words are not
from the pseudo localized file; I realize that this key/value might not be the one being
used for this particular msg and that it might need to be added to a bundle file.
Comment 1 martin_adamek 2008-07-22 09:06:03 UTC
Fixed.
http://hg.netbeans.org/main/rev/9205b653c50c
Comment 2 Ken Frank 2008-07-28 22:04:50 UTC
verified.