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

git-svn-id: trunk@30869 -
This commit is contained in:
marco 2015-05-16 16:43:04 +00:00
parent 0eddef3d09
commit f8fda7ed65

View File

@ -22,7 +22,7 @@ Resourcestring
SActiveDataset = 'Operation cannot be performed on an active dataset';
SBadParamFieldType = 'Bad fieldtype for parameter "%s".';
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.';
SDatasetRegistered = 'Dataset already registered : "%s"';
SDuplicateFieldName = 'Duplicate fieldname : "%s"';