diff --git a/js/app/views/PlotComponents/PlotColorAxisForm.js b/js/app/views/PlotComponents/PlotColorAxisForm.js
index 5076509..3372047 100644
--- a/js/app/views/PlotComponents/PlotColorAxisForm.js
+++ b/js/app/views/PlotComponents/PlotColorAxisForm.js
@@ -22,7 +22,7 @@ Ext.define('amdaPlotComp.PlotColorAxisForm', {
 
 		var combo = new Ext.form.ComboBox({
 			name: 'axis-color-map',
-			fieldLabel: 'Color Map&nbsp;<img amda_clicktip="colourMaps" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"',
+			fieldLabel: 'Colour Map&nbsp;<img amda_clicktip="colourMaps" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"',
 			store: new Ext.data.Store({
 				fields: ['key','name', 'iconUrl'],
 				data: data
--
libgit2 0.21.2