|
@@ -239,7 +239,7 @@ Icons = {
|
|
|
'layerOptions' : MetaIcon(img = iconSet.get('options', wx.ART_ERROR),
|
|
|
label = _('Set options')),
|
|
|
'mapOutput' : MetaIcon(img = iconSet.get('print-compose', wx.ART_ERROR),
|
|
|
- label = _('Hardcopy Map Output Utility')),
|
|
|
+ label = _('Cartographic Composer')),
|
|
|
'mapcalc' : MetaIcon(img = iconSet.get('calculator', wx.ART_ERROR),
|
|
|
label = _('Raster Map Calculator')),
|
|
|
},
|
|
@@ -420,7 +420,7 @@ Icons = {
|
|
|
'preview' : MetaIcon(img = iconSet['execute'],
|
|
|
label = _("Show preview")),
|
|
|
'quit' : MetaIcon(img = iconSet['quit'],
|
|
|
- label = _('Quit Hardcopy Map Utility')),
|
|
|
+ label = _('Quit Cartographic Composer')),
|
|
|
'addText' : MetaIcon(img = iconSet['text-add'],
|
|
|
label = _('Add text')),
|
|
|
'addMapinfo' : MetaIcon(img = iconSet['map-info'],
|