From: Raimond Spekking Date: Fri, 20 Feb 2009 12:53:36 +0000 (+0000) Subject: Move
...
from message to program code for consistency with other stylings. X-Git-Tag: 1.31.0-rc.0~42773 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=a8118d9ddc70d11363e9dfee1937c146a38dc4cc;p=lhc%2Fweb%2Fwiklou.git Move
...
from message to program code for consistency with other stylings. Other languages will be updated by Translatewiki --- diff --git a/includes/Article.php b/includes/Article.php index 2a9f66dd3e..07dd8ea4cd 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1128,7 +1128,7 @@ class Article { $o->tb_name, $rmvtxt); } - $wgOut->addWikiMsg( 'trackbackbox', $tbtext ); + $wgOut->wrapWikiMsg( "
$1
\n", array( 'trackbackbox', $tbtext ) ); $this->mTitle->invalidateCache(); } diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index ffcc22c145..0f0e71cbf9 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3562,9 +3562,8 @@ This confirmation code will expire at $4.', 'scarytranscludetoolong' => '[URL is too long]', # Trackbacks -'trackbackbox' => '
Trackbacks for this page:
-$1 -
', +'trackbackbox' => 'Trackbacks for this page:
+$1', 'trackback' => '; $4$5 : [$2 $1]', # do not translate or duplicate this message to other languages 'trackbackexcerpt' => '; $4$5 : [$2 $1]: $3', # do not translate or duplicate this message to other languages 'trackbackremove' => ' ([$1 Delete])',