From: Siebrand Mazeland Date: Fri, 20 May 2011 14:56:12 +0000 (+0200) Subject: Add FIXME for missing i18n. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3501ad6c77b6c3519dbc849d9ca7827156b7c879;p=quix0rs-gnu-social.git Add FIXME for missing i18n. --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 4c87f694bb..796bd3b529 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -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() {