]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/MobileProfile/MobileProfilePlugin.php
Add FIXME for missing i18n.
[quix0rs-gnu-social.git] / plugins / MobileProfile / MobileProfilePlugin.php
index 4c87f694bb2f4c6e607e7ba847c9c84928fd9f2f..796bd3b529a61b1ffc498e75a705e3188e20b3d0 100644 (file)
@@ -312,13 +312,15 @@ class MobileProfilePlugin extends WAP20Plugin
     function onStartShowLocalNavBlock($action)
     {
         if ($this->serveMobile) {
-        $action->element('a', array('href' => '#', 'id' => 'navtoggle'), 'Show Navigation');
+            // @todo FIXME: "Show Navigation" / "Hide Navigation" needs i18n
+            $action->element('a', array('href' => '#', 'id' => 'navtoggle'), 'Show Navigation');
         return true;
         }
     }
 
     function onEndShowScripts($action)
     {
+        // @todo FIXME: "Show Navigation" / "Hide Navigation" needs i18n
         $action->inlineScript('
             $(function() {
                 $("#mobile-toggle-disable").click(function() {