r51847 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51846‎ | r51847 | r51848 >
Date:13:06, 14 June 2009
Author:purodha
Status:deferred
Tags:
Comment:
(minor) unbalanced html tag removed, consistent use of full stop and/or space.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php
@@ -117,10 +117,10 @@
118118 'edittoolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='/wiki/File:Wiki.png'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/EditToolbar/images/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='/wiki/File:Wiki.png'><img height='11' width='15' alt='' src='skins/common/images/magnify-clip.png'/></a></div>Caption text</div></div>",
119119 'edittoolbar-help-content-reference-description' => 'Reference',
120120 'edittoolbar-help-content-reference-syntax' => 'Page text.&lt;ref name="test"&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;',
121 - 'edittoolbar-help-content-reference-result' => "Page text <sup><a href='#'>[1]</a></sup>",
 121+ 'edittoolbar-help-content-reference-result' => "Page text.<sup><a href='#'>[1]</a></sup>",
122122 'edittoolbar-help-content-rereference-description' => 'Additional use of same reference',
123123 'edittoolbar-help-content-rereference-syntax' => '&lt;ref name="test" /&gt;',
124 - 'edittoolbar-help-content-rereference-result' => "Page text <sup><a href='#'>[1]</a></sup>",
 124+ 'edittoolbar-help-content-rereference-result' => "Page text.<sup><a href='#'>[1]</a></sup>",
125125 'edittoolbar-help-content-showreferences-description' => 'Display references',
126126 'edittoolbar-help-content-showreferences-syntax' => '&lt;references /&gt; or {<!-- -->{Reflist}}',
127127 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>Link text</a>, additional text.</li></ol>",
@@ -129,7 +129,7 @@
130130 'edittoolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>) 15:54, 10 June 2009 (UTC)",
131131 'edittoolbar-help-content-signature-description' => 'Signature',
132132 'edittoolbar-help-content-signature-syntax' => '~~~',
133 - 'edittoolbar-help-content-signature-result' => "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>)</p>",
 133+ 'edittoolbar-help-content-signature-result' => "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>)",
134134 'edittoolbar-help-content-indent-description' => 'Indent',
135135 'edittoolbar-help-content-indent-syntax' => 'Normal text<br />:Indented text<br />::Indented text',
136136 'edittoolbar-help-content-indent-result' => 'Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>'

Status & tagging log