mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 16:50:55 +02:00
* typo fix, patch by Silvio Cl'ecio mantis #28107
git-svn-id: trunk@30869 -
This commit is contained in:
parent
0eddef3d09
commit
f8fda7ed65
@ -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"';
|
||||
|
Loading…
Reference in New Issue
Block a user