mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 03:29:25 +01:00
* fix typo
git-svn-id: trunk@42331 -
This commit is contained in:
parent
433f07c407
commit
b270b0f7f0
@ -90,7 +90,7 @@ Resourcestring
|
|||||||
SOnUpdateError = 'An error occurred while applying the updates in a record: %s';
|
SOnUpdateError = 'An error occurred while applying the updates in a record: %s';
|
||||||
SApplyRecNotSupported = 'Applying updates is not supported by this TDataset descendent';
|
SApplyRecNotSupported = 'Applying updates is not supported by this TDataset descendent';
|
||||||
SNoWhereFields = 'No %s query specified and failed to generate one. (No fields for inclusion in where statement found)';
|
SNoWhereFields = 'No %s query specified and failed to generate one. (No fields for inclusion in where statement found)';
|
||||||
SNoUpdateFields = 'No %s query specified and failed to generate one. (No fields found for insert- or update-statement found)';
|
SNoUpdateFields = 'No %s query specified and failed to generate one. (No fields for insert- or update-statement found)';
|
||||||
SNotSupported = 'Operation is not supported by this type of database';
|
SNotSupported = 'Operation is not supported by this type of database';
|
||||||
SDBCreateDropFailed = 'Creation or dropping of database failed';
|
SDBCreateDropFailed = 'Creation or dropping of database failed';
|
||||||
SMaxIndexes = 'The maximum amount of indexes is reached';
|
SMaxIndexes = 'The maximum amount of indexes is reached';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user