Commit a549acc0833957f1f4010541f4b49a1a61793be2

Authored by Benjamin Renard
1 parent b3bc639c

Color Map -> Colour Map

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/PlotComponents/PlotColorAxisForm.js
... ... @@ -22,7 +22,7 @@ Ext.define('amdaPlotComp.PlotColorAxisForm', {
22 22  
23 23 var combo = new Ext.form.ComboBox({
24 24 name: 'axis-color-map',
25   - fieldLabel: 'Color Map&nbsp;<img amda_clicktip="colourMaps" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"',
  25 + fieldLabel: 'Colour Map&nbsp;<img amda_clicktip="colourMaps" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"',
26 26 store: new Ext.data.Store({
27 27 fields: ['key','name', 'iconUrl'],
28 28 data: data
... ...