r90109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90108‎ | r90109 | r90110 >
Date:11:04, 15 June 2011
Author:siebrand
Status:ok
Tags:
Comment:
Change single quotes to double quotes for consistency over messages. Fixes unescaped variables in the process.
Modified paths:
  • /trunk/extensions/Lingo/Lingo.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Lingo/Lingo.i18n.php
@@ -11,8 +11,8 @@
1212 $messages['en'] = array(
1313 'lingo-desc' => 'Provides hover-over tool tips on pages from words defined on the [[$1]] page',
1414 'lingo-terminologypagename' => 'Terminology',
15 - 'lingo-noterminologypage' => "Page '$1' does not exist.",
16 - 'lingo-terminologypagenotlocal' => "Page '$1' is not a local page.",
 15+ 'lingo-noterminologypage' => 'Page "$1" does not exist.',
 16+ 'lingo-terminologypagenotlocal' => 'Page "$1" is not a local page.',
1717 );
1818
1919 /** Message documentation (Message documentation) */

Status & tagging log