From bf45a2054e529f22031123341e8098f112082886 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 17 Nov 2004 06:58:51 +0000 Subject: [PATCH] Fix tooltip for 'related changes' --- languages/Language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\'); -- 2.20.1