Bug 32932.
This commit is contained in:
parent
031b728b6e
commit
82d839ec26
|
@ -187,7 +187,7 @@ define([
|
|||
this.loadMask.hide();
|
||||
},
|
||||
|
||||
strPlugins: 'Add-ons',
|
||||
strPlugins: 'Plugins',
|
||||
textLoading: 'Loading',
|
||||
textStart: 'Start'
|
||||
|
||||
|
|
|
@ -366,6 +366,6 @@ define([
|
|||
tipSupport : 'Feedback & Support',
|
||||
tipFile : 'File',
|
||||
tipSearch : 'Search',
|
||||
tipPlugins : 'Add-ons'
|
||||
tipPlugins : 'Plugins'
|
||||
}, DE.Views.LeftMenu || {}));
|
||||
});
|
||||
|
|
|
@ -382,6 +382,6 @@ define([
|
|||
tipFile : 'File',
|
||||
tipSearch : 'Search',
|
||||
tipSlides: 'Slides',
|
||||
tipPlugins : 'Add-ons'
|
||||
tipPlugins : 'Plugins'
|
||||
}, PE.Views.LeftMenu || {}));
|
||||
});
|
||||
|
|
|
@ -347,6 +347,6 @@ define([
|
|||
tipSupport : 'Feedback & Support',
|
||||
tipFile : 'File',
|
||||
tipSearch : 'Search',
|
||||
tipPlugins : 'Add-ons'
|
||||
tipPlugins : 'Plugins'
|
||||
}, SSE.Views.LeftMenu || {}));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue