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 26357

Summary: I18N - syntax error in Bundle.properties
Product: db Reporter: Ken Frank <kfrank>
Component: CodeAssignee: issues@db <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2002-08-07 19:02:29 UTC
In this file is a line
PROP_capitializeUsername Capitalize username

There is not an "=" between the two nor a #
to indicate a comment.

This means that localized value would not be 
seen

Also, in this file, this line and many others seem
to be in twice. the first instance of this line
had
the "=", but there are other duplicated lines taht
all have the proper"=".
Comment 1 Radko Najman 2002-08-08 10:15:29 UTC
Fixed. Duplicated items removed.
Comment 2 David Kaspar 2002-11-18 14:04:50 UTC
Verified in main trunk
Comment 3 Jesse Glick 2002-12-23 16:35:30 UTC
Consistent use of the I18N keyword.