From: Brion Vibber Date: Wed, 17 Nov 2004 06:58:51 +0000 (+0000) Subject: Fix tooltip for 'related changes' X-Git-Tag: 1.5.0alpha1~1316 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=bf45a2054e529f22031123341e8098f112082886;p=lhc%2Fweb%2Fwiklou.git Fix tooltip for 'related changes' --- diff --git a/languages/Language.php b/languages/Language.php index 382747445b..d511d32bda 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1563,7 +1563,7 @@ 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(\'j\',\'List of all wiki pages that link here\'); -ta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linking to this page\'); +ta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\'); ta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\'); ta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\'); ta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');