dbcoll.pp: TFieldMap: replace Dutch error message with English text.

git-svn-id: trunk@27651 -
This commit is contained in:
reiniero 2014-04-25 09:47:23 +00:00
parent ec75c5dfa0
commit 300dc15405

View File

@ -57,7 +57,7 @@ type
implementation
resourcestring
SErrNoDatasetForField = '%s: Geen dataset om veld %s in te zoeken.';
SErrNoDatasetForField = '%s: no dataset to search field %s in.';
{ TFieldMap }