Make 'quotation-marks' message non-optional (again)
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 27 Feb 2014 13:35:44 +0000 (14:35 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 27 Feb 2014 13:35:44 +0000 (14:35 +0100)
Follow-up to Iaf9e42ed. See I9282c787 for reasoning.

Change-Id: I43078741b9fd7a8a1f59bbc6b757682db9c3b48e

languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc

index 966c6a9..f919a86 100644 (file)
@@ -4660,7 +4660,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',
 );