Follow up r65027. Use wfMsgForContent, the message is fully in Content language as...
authorPlatonides <platonides@users.mediawiki.org>
Thu, 27 May 2010 16:35:59 +0000 (16:35 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 27 May 2010 16:35:59 +0000 (16:35 +0000)
includes/Article.php
includes/UserMailer.php

index c1fc957..781a8f4 100644 (file)
@@ -2845,7 +2845,7 @@ class Article {
                                ) ) .
                                "</td>
                        </tr>";
-               # Dissalow watching is user is not logged in
+               # Disallow watching if user is not logged in
                if ( $wgUser->isLoggedIn() ) {
                        $form .= "
                        <tr>
index 15d5f77..d5605fc 100644 (file)
@@ -436,7 +436,7 @@ class EmailNotification {
                $this->composed_common = true;
 
                $summary = ($this->summary == '') ? ' - ' : $this->summary;
-               $medit   = ($this->minorEdit) ? wfMsg( 'minoredit' ) : '';
+               $medit   = ($this->minorEdit) ? wfMsgForContent( 'minoredit' ) : '';
 
                # You as the WikiAdmin and Sysops can make use of plenty of
                # named variables when composing your notification emails while