Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php |
— | — | @@ -115,6 +115,7 @@ |
116 | 116 | New CriterionNotEmpty() |
117 | 117 | ) |
118 | 118 | ); |
| 119 | + $params['icon']->setDescription( wfMsg( 'maps-displaypoints-par-icon' ) ); |
119 | 120 | |
120 | 121 | $params['forceshow'] = new Parameter( |
121 | 122 | 'forceshow', |
— | — | @@ -146,6 +147,7 @@ |
147 | 148 | Parameter::TYPE_STRING, |
148 | 149 | $egMapsDefaultTitle |
149 | 150 | ); |
| 151 | + $params['title']->setDescription( wfMsg( 'maps-displaypoints-par-title' ) ); |
150 | 152 | |
151 | 153 | $params['label'] = new Parameter( |
152 | 154 | 'label', |
— | — | @@ -153,6 +155,7 @@ |
154 | 156 | $egMapsDefaultLabel, |
155 | 157 | array( 'text' ) |
156 | 158 | ); |
| 159 | + $params['label']->setDescription( wfMsg( 'maps-displaypoints-par-label' ) ); |
157 | 160 | |
158 | 161 | return $params; |
159 | 162 | } |