https://bugzilla.wikimedia.org/show_bug.cgi?id=29011
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Mixed language output in |Special:lockdb should not |$wgReadOnlyFile |hard code english but use a | |message for the by line in | |the lock file. --- Comment #2 from Bawolff <[email protected]> 2011-05-16 22:58:48 UTC --- I think he's referring to: 125 fwrite( $fp, "\n<p>(by " . $wgUser->getName() . " at " . 126 $wgContLang->timeanddate( wfTimestampNow() ) . ")</p>\n" ); Which writes who locked the db to the lock file, after its written the reason for the locking of the db. Which should probably be some message instead, as otherwise you could have the "by" mixing with non-english text. Probably would look really wrong in RTL lang. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
