From 6fd85d1cd07960dac91bbb86aed68de7f0eb1b02 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Mon, 7 Mar 2011 21:17:47 +0000 Subject: [PATCH] removing fallback, not needed (messages are in-core and defined in Resources.php). FU: r78966 --- resources/jquery/jquery.makeCollapsible.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] ) -- 2.20.1