From b270b0f7f031b818d25d1f5694ffdc1ef922263a Mon Sep 17 00:00:00 2001 From: svenbarth Date: Fri, 5 Jul 2019 15:33:43 +0000 Subject: [PATCH] * fix typo git-svn-id: trunk@42331 - --- packages/fcl-db/src/base/dbconst.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fcl-db/src/base/dbconst.pas b/packages/fcl-db/src/base/dbconst.pas index 552ebf72c0..468b6d7786 100644 --- a/packages/fcl-db/src/base/dbconst.pas +++ b/packages/fcl-db/src/base/dbconst.pas @@ -90,7 +90,7 @@ Resourcestring SOnUpdateError = 'An error occurred while applying the updates in a record: %s'; 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)'; - 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'; SDBCreateDropFailed = 'Creation or dropping of database failed'; SMaxIndexes = 'The maximum amount of indexes is reached';