Last modified: 2006-04-16 18:02:59 UTC
When a user changes his language, for example, from Hebrew to English, the link to the edit page instructions, "edithelppage", should remain the same (we won't create more messages) but it switches to "Help:Editing", which is not exist. It should be like "mainpage". (And it should be defined in "$wgForceUIMsgAsContentMsg" in the Commons, for example, for the current behavior.)
Created attachment 1537 [details] Patch (trunk) Changes wfMsg to wfMsgForContent in the proper page. Patch for REL1_6 is coming soon.
Created attachment 1538 [details] Patch (REL1_6)
Please check in the patch. Thanks.
Applied to SVN trunk, r13760 and backported.