From 4a120f1980cf602bb03a3a407f24b8337d7a1bfe Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 20 Sep 2019 14:56:52 +0300 Subject: [PATCH] [SSE] Fix translation --- .../spreadsheeteditor/main/app/template/CellSettings.template | 4 ++-- apps/spreadsheeteditor/main/app/view/CellSettings.js | 2 -- apps/spreadsheeteditor/main/locale/en.json | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/template/CellSettings.template b/apps/spreadsheeteditor/main/app/template/CellSettings.template index a181f2874..bcafb045b 100644 --- a/apps/spreadsheeteditor/main/app/template/CellSettings.template +++ b/apps/spreadsheeteditor/main/app/template/CellSettings.template @@ -39,7 +39,7 @@
- +
@@ -47,7 +47,7 @@
- +
diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index 97a889ff6..483d0f9ed 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -1090,8 +1090,6 @@ define([ textDirection: 'Direction', textLinear: 'Linear', textRadial: 'Radial', - textColor1: 'Color 1', - textColor2: 'Color 2', textPattern: 'Pattern', textForeground: 'Foreground color', textBackground: 'Background color' diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index b3e7fafea..835f1d07b 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1165,8 +1165,6 @@ "SSE.Views.CellSettings.textDirection": "Direction", "SSE.Views.CellSettings.textLinear": "Linear", "SSE.Views.CellSettings.textRadial": "Radial", - "SSE.Views.CellSettings.textColor1": "Color 1", - "SSE.Views.CellSettings.textColor2": "Color 2", "SSE.Views.CellSettings.textPattern": "Pattern", "SSE.Views.CellSettings.textForeground": "Foreground color", "SSE.Views.CellSettings.textBackground": "Background color",