Index: trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php |
— | — | @@ -120,7 +120,7 @@ |
121 | 121 | $params['typestyle']->setDefault( $egMapsGMaps3DefTypeStyle ); |
122 | 122 | $params['typestyle']->addCriteria( new CriterionInArray( array_keys( self::$tyepControlStyles ) ) ); |
123 | 123 | $params['typestyle']->addManipulations( new MapsParamGMap3Typestyle() ); |
124 | | - $params['type']->setDescription( wfMsg( 'maps-googlemaps3-par-type' ) ); |
| 124 | + $params['typestyle']->setDescription( wfMsg( 'maps-googlemaps3-par-typestyle' ) ); |
125 | 125 | |
126 | 126 | $params['autoinfowindows'] = new Parameter( 'autoinfowindows', Parameter::TYPE_BOOLEAN ); |
127 | 127 | $params['autoinfowindows']->setDefault( $egMapsGMaps3AutoInfoWindows ); |