From: Raimond Spekking Date: Tue, 29 May 2007 14:43:30 +0000 (+0000) Subject: * Adding 1 message to optional per hint (bug 7859, comment# 71) X-Git-Tag: 1.31.0-rc.0~52779 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=c21b3a647ea9fa85584a956ecbe60914f54bb4d2;p=lhc%2Fweb%2Fwiklou.git * Adding 1 message to optional per hint (bug 7859, comment# 71) * Moving 1 message from ignore to optional (some languages like spaces between) --- diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 9e4fc4eb24..232c1d8a28 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -99,7 +99,6 @@ $wgIgnoredMessages = array( 'talkpagetext', 'trackback', 'trackbackexcerpt', - 'widthheight', ); /** Optional messages, which may be translated only if changed in the other language. */ @@ -164,6 +163,8 @@ $wgOptionalMessages = array( 'variantname-kk-cn', 'variantname-kk', 'rc-change-size', + 'resetpass_text', + 'widthheight', ); /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */