Merge "Make 'quotation-marks' message non-optional (again)"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 27 Feb 2014 14:34:16 +0000 (14:34 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 27 Feb 2014 14:34:16 +0000 (14:34 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc

index e8c4dd7..aecd24e 100644 (file)
@@ -4661,7 +4661,7 @@ Please confirm that you really want to recreate this page.',
 'percent'             => '$1%', # only translate this message to other languages if you have to change it
 'parentheses'         => '($1)', # only translate this message to other languages if you have to change it
 'brackets'            => '[$1]', # only translate this message to other languages if you have to change it
-'quotation-marks'     => '"$1"', # only translate this message to other languages if you have to change it
+'quotation-marks'     => '"$1"',
 
 # Multipage image navigation
 'imgmultipageprev' => '← previous page',
index 46b0362..142727c 100644 (file)
@@ -498,7 +498,6 @@ $wgOptionalMessages = array(
        'limitreport-expensivefunctioncount-value',
        'interlanguage-link-title',
        'img-lang-opt',
-       'quotation-marks',
        'recentchanges-legend-plusminus',
 );