From b98e91743b301cce7f31d229cbc29c5c5313ed22 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 27 Jun 2017 13:21:47 +0200 Subject: [PATCH] WIP #1500 @0:05 --- js/libs/fluidbook/fluidbook.nav.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 193915ae..192b6698 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -130,6 +130,7 @@ FluidbookNav.prototype = { * __('share on facebook') * __('share on twitter') * __('home') + * __('full screen') */ var $this = this; // index, chapters, print, friend, bookmark, pdf, archives, basket, fullscreen, sound, 3d, help @@ -297,7 +298,7 @@ FluidbookNav.prototype = { return false; }); } else if (icon == 'fullscreen' && Modernizr.fullscreen && !DATAS.phonegap) { - this.addLink('interface-fullscreen', '#', 'fullscreen', 'Full screen', 'switch between fullscreen and normal'); + this.addLink('interface-fullscreen', '#', 'fullscreen', 'full screen', 'switch between fullscreen and normal'); $("#fullscreen").click(function () { $this.menuAPI.close(); screenfull.toggle(); -- 2.39.5