From: Gabriel Wicke Date: Thu, 10 Jun 2004 02:53:26 +0000 (+0000) Subject: j instead of b for whatlinkshere X-Git-Tag: 1.5.0alpha1~2952 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=e5f7cf6b5344719ecca56efacb3d1d183456c2d1;p=lhc%2Fweb%2Fwiklou.git j instead of b for whatlinkshere --- diff --git a/languages/Language.php b/languages/Language.php index bccad2cbc4..10ff2839ca 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1530,7 +1530,7 @@ ta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wi ta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\'); ta[\'n-help\'] = new Array(\'\',\'The place to find out.\'); ta[\'n-sitesupport\'] = new Array(\'\',\'Support us\'); -ta[\'t-whatlinkshere\'] = new Array(\'b\',\'List of all wiki pages that link here\'); +ta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\'); ta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linking to this page\'); ta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\'); ta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');