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