From 4b018a0427f98aae9cdf084d8e07f2c465ca8ac1 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Aug 2019 11:41:30 +0300 Subject: [PATCH] [SSE] Update translation --- apps/spreadsheeteditor/main/app/view/LeftMenu.js | 2 +- apps/spreadsheeteditor/main/locale/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/LeftMenu.js b/apps/spreadsheeteditor/main/app/view/LeftMenu.js index 503ff62ca..2fd3376f3 100644 --- a/apps/spreadsheeteditor/main/app/view/LeftMenu.js +++ b/apps/spreadsheeteditor/main/app/view/LeftMenu.js @@ -382,6 +382,6 @@ define([ tipPlugins : 'Plugins', txtDeveloper: 'DEVELOPER MODE', txtTrial: 'TRIAL MODE', - tipSpellcheck: 'Spell Checking' + tipSpellcheck: 'Spell checking' }, SSE.Views.LeftMenu || {})); }); diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index a4aeae5b8..76d605821 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1720,7 +1720,7 @@ "SSE.Views.LeftMenu.tipSupport": "Feedback & Support", "SSE.Views.LeftMenu.txtDeveloper": "DEVELOPER MODE", "SSE.Views.LeftMenu.txtTrial": "TRIAL MODE", - "SSE.Views.LeftMenu.tipSpellcheck": "Spell Checking", + "SSE.Views.LeftMenu.tipSpellcheck": "Spell checking", "SSE.Views.MainSettingsPrint.okButtonText": "Save", "SSE.Views.MainSettingsPrint.strBottom": "Bottom", "SSE.Views.MainSettingsPrint.strLandscape": "Landscape",