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 90263

Summary: I18N: Default New Project name includes ml characters
Product: uml Reporter: Will Zhang <wzhang>
Component: GeneralAssignee: Craig Conover <conover>
Status: CLOSED FIXED    
Severity: blocker CC: jf4jbug, kfrank
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Will Zhang 2006-11-29 11:03:45 UTC
Reproduce:
#1. Install coco IDE.
#2. Create new UML project.
result:
Default New Project name includes ml characters

The message below should not be translated

uml/projectui/src/org/netbeans/modules/uml/project/ui/wizards/Bundle.properties
42:TXT_UMLProject=UMLProject
uml/projectui/src/org/netbeans/modules/uml/project/Bundle.properties
28:TXT_UMLProject=UMLProject
Comment 1 Ken Frank 2006-11-29 15:50:38 UTC
I think this needs the #NOI18N comment so its clearer.

Often when 2 words are together like UMLProject
vs "UML Project" we assume that its something not to translate,
that it could be a function name or other reserved kind of word,
but for those doing translations it might not be clear about that
without the #NOI18N comment.

ken.frank@sun.com
Comment 2 Craig Conover 2006-11-29 19:07:30 UTC
True. Translation can be ignored.
Comment 3 Craig Conover 2006-11-29 19:15:33 UTC
marked as "do not translate"
Comment 4 Will Zhang 2006-11-30 08:22:23 UTC
verified and fixed in build061129_9