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 - typo in db Bundle.properties
Summary: typo in db Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 02:43 UTC by Masaki Katakai
Modified: 2007-10-02 12:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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