From 3501ad6c77b6c3519dbc849d9ca7827156b7c879 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 20 May 2011 16:56:12 +0200 Subject: [PATCH] Add FIXME for missing i18n. --- plugins/MobileProfile/MobileProfilePlugin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {