]> _ Git - fluidbook-html5.git/commitdiff
WIP #1500 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Tue, 27 Jun 2017 11:21:47 +0000 (13:21 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Tue, 27 Jun 2017 11:21:47 +0000 (13:21 +0200)
js/libs/fluidbook/fluidbook.nav.js

index 193915ae15e13933242f12d041ec1add615a30ce..192b66980456ac37c4b8182af74cf8147a221605 100644 (file)
@@ -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();