summaryrefslogtreecommitdiff
path: root/mips/packages/fcl-db/src/base/dbconst.pas
diff options
context:
space:
mode:
Diffstat (limited to 'mips/packages/fcl-db/src/base/dbconst.pas')
-rw-r--r--mips/packages/fcl-db/src/base/dbconst.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips/packages/fcl-db/src/base/dbconst.pas b/mips/packages/fcl-db/src/base/dbconst.pas
index 0ffdb406dc..f8f4a27817 100644
--- a/mips/packages/fcl-db/src/base/dbconst.pas
+++ b/mips/packages/fcl-db/src/base/dbconst.pas
@@ -111,7 +111,7 @@ Resourcestring
SRollBackRetaining = 'Rollback and retaining transaction';
SErrNoFieldsDefined = 'Can not create a dataset when there are no fielddefinitions or fields defined';
SErrApplyUpdBeforeRefresh= 'Must apply updates before refreshing data';
- SErrNoDataset = 'Missing underlying dataset, can not open';
+ SErrNoDataset = 'Missing (compatible) underlying dataset, can not open';
Implementation