Last modified: 2010-05-15 14:35:48 UTC
Special:recentchangeslinked uses strings poorly: 1) When setting the title, it uses string 'recentchanges' instead of 'recentchangeslinked', so the browser titlebar reads "Recent Changes" instead of "Related Changes". 2) In the header, it uses 2 strings: 'recentchanges' and 'rclsub' (in English: "(to pages linked from $1)"). Firstly, we should use 'recentchangeslinked' instead of 'recentchanges'. Secondly, if the patch for Bug 144 is accepted, then 'rclsub' will not be correct: related changes for categories will be on pages that are a member of that Category, not that are linked from that Category. I suggest changing rclsub from "(to pages linked from $1)" to "for page $1", which is generic enough that it's true for both situations. People who need to know more information about how it works can look it up in the manual.
Fixed in cvs HEAD (aka v1.5)