From: Krinkle Date: Mon, 7 Mar 2011 21:17:47 +0000 (+0000) Subject: removing fallback, not needed (messages are in-core and defined in Resources.php... X-Git-Tag: 1.31.0-rc.0~31568 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=6fd85d1cd07960dac91bbb86aed68de7f0eb1b02;p=lhc%2Fweb%2Fwiklou.git removing fallback, not needed (messages are in-core and defined in Resources.php). FU: r78966 --- diff --git a/resources/jquery/jquery.makeCollapsible.js b/resources/jquery/jquery.makeCollapsible.js index 786d8471b5..1a144e60f7 100644 --- a/resources/jquery/jquery.makeCollapsible.js +++ b/resources/jquery/jquery.makeCollapsible.js @@ -203,10 +203,10 @@ $.fn.makeCollapsible = function() { // Use custom text or default ? if( !collapsetext || collapsetext === '' ){ - collapsetext = mw.msg( 'collapsible-collapse', 'Collapse' ); + collapsetext = mw.msg( 'collapsible-collapse' ); } if ( !expandtext || expandtext === '' ){ - expandtext = mw.msg( 'collapsible-expand', 'Expand' ); + expandtext = mw.msg( 'collapsible-expand' ); } // Create toggle link with a space around the brackets ( [text] )