From 690fdeb0b3f1a5c4cc931f6f912f5b2aff22a0b2 Mon Sep 17 00:00:00 2001 From: Armand Tavera Date: Wed, 13 Jan 2021 12:46:46 -0600 Subject: [PATCH] Fixes #3364 expanded the sqlexporter dialogs on translation-en.json (#3385) * expanded the sqlexporter dialogs on translation-en.json * renamed the include content and include structure checkbox description --- main/webapp/modules/core/langs/translation-en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",