[SSE] Fix Bug 51418

This commit is contained in:
Julia Radzhabova 2021-07-20 18:43:04 +03:00
parent 860cc5e2b3
commit 48c200d641
2 changed files with 4 additions and 1 deletions

View file

@ -226,6 +226,7 @@ define([
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
} else if (type === 'url') {
(new Common.Views.ImageFromUrlDialog({
title: me.txtUrlTitle,
handler: function(result, value) {
if (result == 'ok') {
if (me.api) {
@ -426,7 +427,8 @@ define([
txtExtendDataValidation: 'The selection contains some cells without Data Validation settings.<br>Do you want to extend Data Validation to these cells?',
txtRemoveDataValidation: 'The selection contains more than one type of validation.<br>Erase current settings and continue?',
textEmptyUrl: 'You need to specify URL.',
txtImportWizard: 'Text Import Wizard'
txtImportWizard: 'Text Import Wizard',
txtUrlTitle: 'Paste a data URL'
}, SSE.Controllers.DataTab || {}));
});

View file

@ -417,6 +417,7 @@
"SSE.Controllers.DataTab.txtRemDuplicates": "Remove Duplicates",
"SSE.Controllers.DataTab.txtRemoveDataValidation": "The selection contains more than one type of validation.<br>Erase current settings and continue?",
"SSE.Controllers.DataTab.txtRemSelected": "Remove in selected",
"SSE.Controllers.DataTab.txtUrlTitle": "Paste a data URL",
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
"SSE.Controllers.DocumentHolder.centerText": "Center",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",