From 82d839ec2672808ea3313a8c57bb70f806627f1d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 16 Aug 2016 13:05:58 +0300 Subject: [PATCH] Bug 32932. --- apps/common/main/lib/view/Plugins.js | 2 +- apps/documenteditor/main/app/view/LeftMenu.js | 2 +- apps/presentationeditor/main/app/view/LeftMenu.js | 2 +- apps/spreadsheeteditor/main/app/view/LeftMenu.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/common/main/lib/view/Plugins.js b/apps/common/main/lib/view/Plugins.js index 7bf7bc9e0..4f82c5c78 100644 --- a/apps/common/main/lib/view/Plugins.js +++ b/apps/common/main/lib/view/Plugins.js @@ -187,7 +187,7 @@ define([ this.loadMask.hide(); }, - strPlugins: 'Add-ons', + strPlugins: 'Plugins', textLoading: 'Loading', textStart: 'Start' diff --git a/apps/documenteditor/main/app/view/LeftMenu.js b/apps/documenteditor/main/app/view/LeftMenu.js index c658b08e0..8b9679064 100644 --- a/apps/documenteditor/main/app/view/LeftMenu.js +++ b/apps/documenteditor/main/app/view/LeftMenu.js @@ -366,6 +366,6 @@ define([ tipSupport : 'Feedback & Support', tipFile : 'File', tipSearch : 'Search', - tipPlugins : 'Add-ons' + tipPlugins : 'Plugins' }, DE.Views.LeftMenu || {})); }); diff --git a/apps/presentationeditor/main/app/view/LeftMenu.js b/apps/presentationeditor/main/app/view/LeftMenu.js index 9071c6e73..2d246bb06 100644 --- a/apps/presentationeditor/main/app/view/LeftMenu.js +++ b/apps/presentationeditor/main/app/view/LeftMenu.js @@ -382,6 +382,6 @@ define([ tipFile : 'File', tipSearch : 'Search', tipSlides: 'Slides', - tipPlugins : 'Add-ons' + tipPlugins : 'Plugins' }, PE.Views.LeftMenu || {})); }); diff --git a/apps/spreadsheeteditor/main/app/view/LeftMenu.js b/apps/spreadsheeteditor/main/app/view/LeftMenu.js index 137c45737..6e63ce136 100644 --- a/apps/spreadsheeteditor/main/app/view/LeftMenu.js +++ b/apps/spreadsheeteditor/main/app/view/LeftMenu.js @@ -347,6 +347,6 @@ define([ tipSupport : 'Feedback & Support', tipFile : 'File', tipSearch : 'Search', - tipPlugins : 'Add-ons' + tipPlugins : 'Plugins' }, SSE.Views.LeftMenu || {})); });