Răsfoiți Sursa

* Forgot to commit file in r21641

git-svn-id: trunk@21642 -
joost 13 ani în urmă
părinte
comite
8b6c61bb86
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/fcl-db/src/base/dbconst.pas

+ 1 - 1
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