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 117185

Summary: typo in db Bundle.properties
Product: db Reporter: Masaki Katakai <masaki>
Component: CodeAssignee: Andrei Badea <abadea>
Status: RESOLVED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2007-10-01 02:43:18 UTC
Typo in db/src/org/netbeans/modules/db/resources/Bundle.properties,

defaultTransactionIsolation = Max tranaction isolation

I think "tranaction" should be "transaction", "s" is missing.
Comment 1 Masaki Katakai 2007-10-01 05:38:01 UTC
I found another typo. Please correct them.

./db/visualsqleditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/Bundle.properties
  QBP_QBIT_a11yDescription=Tabular represention of query
  (represention)

./db/visualsqleditor/src/org/netbeans/modules/db/sql/visualeditor/ui/Bundle.properties
  ORO_stopOnException_a11ydescription=Stop executing multiple SQL commands when an execption happens
  (execption)

Comment 2 Andrei Badea 2007-10-02 12:21:30 UTC
Fixed.

Checking in src/org/netbeans/modules/db/resources/Bundle.properties;
/cvs/db/src/org/netbeans/modules/db/resources/Bundle.properties,v  <--  Bundle.properties
new revision: 1.110; previous revision: 1.109
done
Checking in visualsqleditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/Bundle.properties;
/cvs/db/visualsqleditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in visualsqleditor/src/org/netbeans/modules/db/sql/visualeditor/ui/Bundle.properties;
/cvs/db/visualsqleditor/src/org/netbeans/modules/db/sql/visualeditor/ui/Bundle.properties,v  <--  Bundle.properties
new revision: 1.2; previous revision: 1.1
done