r85493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85492‎ | r85493 | r85494 >
Date:00:28, 6 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
add already existing messages
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
@@ -115,6 +115,7 @@
116116 New CriterionNotEmpty()
117117 )
118118 );
 119+ $params['icon']->setDescription( wfMsg( 'maps-displaypoints-par-icon' ) );
119120
120121 $params['forceshow'] = new Parameter(
121122 'forceshow',
@@ -146,6 +147,7 @@
147148 Parameter::TYPE_STRING,
148149 $egMapsDefaultTitle
149150 );
 151+ $params['title']->setDescription( wfMsg( 'maps-displaypoints-par-title' ) );
150152
151153 $params['label'] = new Parameter(
152154 'label',
@@ -153,6 +155,7 @@
154156 $egMapsDefaultLabel,
155157 array( 'text' )
156158 );
 159+ $params['label']->setDescription( wfMsg( 'maps-displaypoints-par-label' ) );
157160
158161 return $params;
159162 }

Status & tagging log