Browse Source

* typo fix, patch by Silvio Cl'ecio mantis #28107

git-svn-id: trunk@30869 -
marco 10 years ago
parent
commit
f8fda7ed65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/base/dbconst.pas

+ 1 - 1
packages/fcl-db/src/base/dbconst.pas

@@ -22,7 +22,7 @@ Resourcestring
   SActiveDataset           = 'Operation cannot be performed on an active dataset';
   SActiveDataset           = 'Operation cannot be performed on an active dataset';
   SBadParamFieldType       = 'Bad fieldtype for parameter "%s".';
   SBadParamFieldType       = 'Bad fieldtype for parameter "%s".';
   SCantSetAutoIncFields    = 'AutoInc Fields are read-only';
   SCantSetAutoIncFields    = 'AutoInc Fields are read-only';
-  SConnected               = 'Operation cannot be performed on an connected database';
+  SConnected               = 'Operation cannot be performed on a connected database';
   SDatasetReadOnly         = 'Dataset is read-only.';
   SDatasetReadOnly         = 'Dataset is read-only.';
   SDatasetRegistered       = 'Dataset already registered : "%s"';
   SDatasetRegistered       = 'Dataset already registered : "%s"';
   SDuplicateFieldName      = 'Duplicate fieldname : "%s"';
   SDuplicateFieldName      = 'Duplicate fieldname : "%s"';