https://bugzilla.wikimedia.org/show_bug.cgi?id=22229
--- Comment #1 from T. Gries <[email protected]> 2010-01-22 21:37:27 UTC --- A similar change in SkinTemplate.php line 688 is needed .... 'text' => $this->mTitle->exists() ? wfMsg( 'edit' ) : wfMsg( 'create' ), 'href' => $this->mTitle->getLocalUrl( $this->editUrlOptions() ) change wfMsg( 'edit' ) to wfMsg( 'editthispage' ) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
