summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-08-18 14:52:35 -0700
committerIvan Kohler <ivan@freeside.biz>2016-08-18 14:52:35 -0700
commit4b05b20576ddb14577d59c87c8257c6804449410 (patch)
tree8840a44fede5445d0c0ae5bacc4a4afadf9d11c8 /httemplate/elements/menu.html
parenta2ecb1cf6a6c084c521710f1256da082f70ba9e5 (diff)
parentf2ba5664d92a76d9de3651cd90636af5188cdb9b (diff)
localize header / merge github#56
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 51ec26329..9a9fc4e5b 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -984,11 +984,11 @@ sub submenu {
my($subhtml, $submenuname ) = submenu($url_or_submenu, $_); #mmm, recursion
"$subhtml\n".
- "myMenu$menunum.add(new WebFXMenuItem(\"$_\", null, \"$tooltip\", $submenuname ));";
+ "myMenu$menunum.add(new WebFXMenuItem(\"".mt($_)."\", null, \"".mt($tooltip)."\", $submenuname ));";
} else {
- "myMenu$menunum.add(new WebFXMenuItem(\"$_\", \"$url_or_submenu\", \"$tooltip\" ));";
+ "myMenu$menunum.add(new WebFXMenuItem(\"".mt($_)."\", \"$url_or_submenu\", \"".mt($tooltip)."\" ));";
}