Commit 8ba66fe1e7456d6edd10e7d7b2bb058ffe6a2dc7
1 parent
3159959c
Exists in
master
and in
29 other branches
Change Scale Abscisse and Scale Ordonnée to X-Axis Scale and Y-Axis Scale
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/PlotComponents/plotFunction/FunctionType.js
... | ... | @@ -26,7 +26,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { |
26 | 26 | }, |
27 | 27 | scale: { |
28 | 28 | name: "scale_abscisse", |
29 | - field: "Scale Abscisse", | |
29 | + field: "X-Axis Scale", | |
30 | 30 | values: { |
31 | 31 | log: "logarithmic", |
32 | 32 | linear: "linear", |
... | ... | @@ -43,7 +43,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { |
43 | 43 | }, |
44 | 44 | scale_ordonnee: { |
45 | 45 | name: "scale_ordonnee", |
46 | - field: "Scale Ordonnée" | |
46 | + field: "Y-Axis Scale" | |
47 | 47 | } |
48 | 48 | }, |
49 | 49 | |
... | ... |