diff --git a/apps/spreadsheeteditor/main/app/controller/DataTab.js b/apps/spreadsheeteditor/main/app/controller/DataTab.js
index 9e52d5e5a..d4748d2a0 100644
--- a/apps/spreadsheeteditor/main/app/controller/DataTab.js
+++ b/apps/spreadsheeteditor/main/app/controller/DataTab.js
@@ -258,7 +258,7 @@ define([
var me = this;
(new Common.Views.OpenDialog({
- title: me.textWizard,
+ title: me.txtImportWizard,
closable: true,
type: Common.Utils.importTextType.Data,
preview: true,
@@ -439,7 +439,8 @@ define([
txtDataValidation: 'Data Validation',
txtExtendDataValidation: 'The selection contains some cells without Data Validation settings.
Do you want to extend Data Validation to these cells?',
txtRemoveDataValidation: 'The selection contains more than one type of validation.
Erase current settings and continue?',
- textEmptyUrl: 'You need to specify URL.'
+ textEmptyUrl: 'You need to specify URL.',
+ txtImportWizard: 'Text Import Wizard'
}, SSE.Controllers.DataTab || {}));
});
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index 7e7d4f8df..bfaf89dc0 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -403,6 +403,7 @@
"SSE.Controllers.DataTab.txtRemoveDataValidation": "The selection contains more than one type of validation.
Erase current settings and continue?",
"SSE.Controllers.DataTab.txtRemSelected": "Remove in selected",
"SSE.Controllers.DataTab.textEmptyUrl": "You need to specify URL.",
+ "SSE.Controllers.DataTab.txtImportWizard": "Text Import Wizard",
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
"SSE.Controllers.DocumentHolder.centerText": "Center",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",