Bug 32932.

This commit is contained in:
Julia Radzhabova 2016-08-16 13:05:58 +03:00
parent 031b728b6e
commit 82d839ec26
4 changed files with 4 additions and 4 deletions

View file

@ -187,7 +187,7 @@ define([
this.loadMask.hide();
},
strPlugins: 'Add-ons',
strPlugins: 'Plugins',
textLoading: 'Loading',
textStart: 'Start'

View file

@ -366,6 +366,6 @@ define([
tipSupport : 'Feedback & Support',
tipFile : 'File',
tipSearch : 'Search',
tipPlugins : 'Add-ons'
tipPlugins : 'Plugins'
}, DE.Views.LeftMenu || {}));
});

View file

@ -382,6 +382,6 @@ define([
tipFile : 'File',
tipSearch : 'Search',
tipSlides: 'Slides',
tipPlugins : 'Add-ons'
tipPlugins : 'Plugins'
}, PE.Views.LeftMenu || {}));
});

View file

@ -347,6 +347,6 @@ define([
tipSupport : 'Feedback & Support',
tipFile : 'File',
tipSearch : 'Search',
tipPlugins : 'Add-ons'
tipPlugins : 'Plugins'
}, SSE.Views.LeftMenu || {}));
});