r66791 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66790‎ | r66791 | r66792 >
Date:13:34, 23 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Fixes for HTML5 compliance.
Modified paths:
  • /trunk/extensions/Translate/Translate.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/Translate.i18n.php
@@ -88,7 +88,7 @@
8989 Translations are separated by a comma (,).
9090 Namespaces can have only one translation.
9191
92 -In namespace translations <tt>$1 talk</tt> is special. <tt>$1</tt> is replaced with sitename (for example <tt>{{ns:project_talk}}</tt>).
 92+In namespace translations <code>$1 talk</code> is special. <code>$1</code> is replaced with sitename (for example <code>{{ns:project_talk}}</code>).
9393 If it is not possible in your language to form valid expression without changing sitename, please contact a developer.
9494
9595 You need to be in the translators group to save changes.
@@ -320,7 +320,7 @@
321321 'translate-import-load' => 'Load file',
322322
323323 'translate-import-err-type-not-supported' => 'Unable to load the file:
324 -Method <tt>$1</tt> is not supported.',
 324+Method <code>$1</code> is not supported.',
325325 'translate-import-err-dl-failed' => 'Unable to fetch the file:
326326 $1',
327327 'translate-import-err-ul-failed' => 'File upload was not successful',

Status & tagging log