Commit 8ba66fe1e7456d6edd10e7d7b2bb058ffe6a2dc7

Authored by Menouar AZIB
1 parent 3159959c

Change Scale Abscisse and Scale Ordonnée to X-Axis Scale and Y-Axis Scale

js/app/views/PlotComponents/plotFunction/FunctionType.js
@@ -26,7 +26,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { @@ -26,7 +26,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
26 }, 26 },
27 scale: { 27 scale: {
28 name: "scale_abscisse", 28 name: "scale_abscisse",
29 - field: "Scale Abscisse", 29 + field: "X-Axis Scale",
30 values: { 30 values: {
31 log: "logarithmic", 31 log: "logarithmic",
32 linear: "linear", 32 linear: "linear",
@@ -43,7 +43,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { @@ -43,7 +43,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
43 }, 43 },
44 scale_ordonnee: { 44 scale_ordonnee: {
45 name: "scale_ordonnee", 45 name: "scale_ordonnee",
46 - field: "Scale Ordonnée" 46 + field: "Y-Axis Scale"
47 } 47 }
48 }, 48 },
49 49