r81533 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81532‎ | r81533 | r81534 >
Date:19:40, 4 February 2011
Author:siebrand
Status:deferred
Tags:
Comment:
Shorten extension description and "article" -> "page".
Modified paths:
  • /trunk/extensions/IncludeWP/IncludeWP.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/IncludeWP/IncludeWP.i18n.php
@@ -19,15 +19,15 @@
2020 * @author Jeroen De Dauw
2121 */
2222 $messages['en'] = array(
23 - 'includewp-desc' => 'IncludeWP is a lightweight extension for including Wikipedia content into your wiki',
 23+ 'includewp-desc' => 'IncludeWP is a lightweight extension for including Wikipedia content',
2424
2525 'includewp-loading-page' => 'Loading page...',
2626 'includewp-show-full-page' => 'Show full page',
2727 'includewp-loading-failed' => 'Failed to load page.',
2828
29 - 'includewp-licence-notice' => 'The above content comes from the $1 article <a href="$2">$3</a> licenced under the <a href="$4">$5</a>. A full list of authors can be found <a href="$6">here</a>.',
 29+ 'includewp-licence-notice' => 'The above content comes from the $1 page <a href="$2">$3</a> licenced under the <a href="$4">$5</a>. A full list of authors can be found <a href="$6">here</a>.',
3030
31 - 'includewp-parserhook-desc' => 'Parser hook that allows displaying content of a Wikipedia article.',
 31+ 'includewp-parserhook-desc' => 'Parser hook that allows displaying content of a Wikipedia page.',
3232 'includewp-include-par-page' => 'The name of the (remote) page you want to display.',
3333 );
3434

Status & tagging log