diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index 9567d2efe..fed6e6e32 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -283,9 +283,9 @@ "core-dialogs/upload-to": "Upload to", "core-dialogs/json-text": "The following JSON text encodes the options you have set in the other tabs. You can copy it out and save it for later, and paste it back in and click Apply to re-use the same options.", "core-dialogs/columnType": "SQL Type", - "core-dialogs/for-include-structure-checkbox": "Include Schema", + "core-dialogs/for-include-structure-checkbox": "Includes the CREATE DATABASE command.", "core-dialogs/for-include-drop-statement-checkbox": "Include Drop Statement", - "core-dialogs/for-include-content-checkbox": "Include Content", + "core-dialogs/for-include-content-checkbox": "Includes the INSERT INTO commands, to fill table rows", "core-dialogs/tableNameLabel": "Table Name:", "core-dialogs/sqlExporterTrimColumns": "Trim Column Names", "core-dialogs/sqlExporterIgnoreFacets": "Ignore facets and filters and export all rows",