From b19aca6235175cafaa1736953f6b5b6bd93c4c5c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 6 Oct 2022 12:58:39 +0300 Subject: [PATCH] Refactoring --- apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js | 6 +++--- apps/spreadsheeteditor/main/locale/en.json | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js b/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js index 36d110f66..41c7b68b7 100644 --- a/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js @@ -51,7 +51,7 @@ define([ options: { alias: 'ExternalLinksDlg', - contentWidth: 500, + contentWidth: 450, height: 294, buttons: null }, @@ -69,8 +69,8 @@ define([ '', '', '', - '', - '', + // '', + // '', '', '', '', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 33bea3261..2be711ab3 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2062,6 +2062,8 @@ "SSE.Views.ExternalLinksDlg.textUpdateAll": "Update All", "SSE.Views.ExternalLinksDlg.textSource": "Source", "SSE.Views.ExternalLinksDlg.closeButtonText": "Close", + "SSE.Views.ExternalLinksDlg.textDelete": "Break Links", + "SSE.Views.ExternalLinksDlg.textDeleteAll": "Break All Links", "SSE.Views.FieldSettingsDialog.strLayout": "Layout", "SSE.Views.FieldSettingsDialog.strSubtotals": "Subtotals", "SSE.Views.FieldSettingsDialog.textReport": "Report Form",