Index: trunk/core/admin_templates/js/nlsmenu.js =================================================================== diff -u -N -r7404 -r7635 --- trunk/core/admin_templates/js/nlsmenu.js (.../nlsmenu.js) (revision 7404) +++ trunk/core/admin_templates/js/nlsmenu.js (.../nlsmenu.js) (revision 7635) @@ -96,7 +96,7 @@ function NlsMenuItem(id, capt, url, ico, enb, xtra, subId, title, crossFrame, subFrame, subPos, subPosAdj, subDir) { this.id = id; this.intKey = ""; - this.capt = capt; + this.capt = RemoveTranslationLink(capt, true); this.url = (url==null? "" : url); this.ico = (ico==null && ico=="" && ico.length==0) ? null: ico; this.enable=(enb==null?true:enb);