r98334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98333‎ | r98334 | r98335 >
Date:17:21, 28 September 2011
Author:dasch
Status:ok
Tags:
Comment:
fixes for r98321
svn:eol-style
corrections in i18n
Modified paths:
  • /trunk/extensions/CreditTab/CreditTab.i18n.php (modified) (history)
  • /trunk/extensions/CreditTab/CreditTab.php (modified) (history)
  • /trunk/extensions/CreditTab/README (modified) (history)

Diff [purge]

Index: trunk/extensions/CreditTab/CreditTab.i18n.php
@@ -1,7 +1,7 @@
22 <?php
33
44 /**
5 - * Messages file for the InputBox extension
 5+ * Messages file for the CreditTab extension
66 *
77 * @addtogroup Extensions
88 */
@@ -13,6 +13,11 @@
1414 */
1515 $messages = array();
1616
 17+$messages['qqq'] = array(
 18+ 'credits-desc' => 'Description for Special:Version',
 19+ 'credits-tab' => 'Label of the Tab that is shown by this Extension',
 20+);
 21+
1722 $messages['en'] = array(
1823 'credits-desc' => 'Adds a link to Credits',
1924 'credits-tab' => 'Credits',
@@ -21,4 +26,5 @@
2227 $messages['de'] = array(
2328 'credits-desc' => 'Fügt Link zu Autoren hinzu',
2429 'credits-tab' => 'Autoren',
25 -);
\ No newline at end of file
 30+);
 31+
Property changes on: trunk/extensions/CreditTab/CreditTab.i18n.php
___________________________________________________________________
Added: svn:eol-style
2632 + native
Index: trunk/extensions/CreditTab/CreditTab.php
@@ -16,7 +16,7 @@
1717 'name' => 'CreditTab',
1818 'author' => '[http://www.dasch-tour.de DaSch]',
1919 'description' => 'Adds a link to Credits',
20 - 'version' => '1.2.0',
 20+ 'version' => '1.2.1',
2121 'descriptionmsg' => 'credits-desc',
2222 'url' => 'http://www.mediawiki.org/wiki/Extension:CreditTab',
2323 );
Property changes on: trunk/extensions/CreditTab/CreditTab.php
___________________________________________________________________
Added: svn:eol-style
2424 + native
Property changes on: trunk/extensions/CreditTab/README
___________________________________________________________________
Added: svn:eol-style
2525 + native

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98321New Extension CreditTabdasch16:01, 28 September 2011

Status & tagging log