Commit b8eab7da522ee7b52ccddad0d060b901a920e37e
1 parent
09ab6b9a
Exists in
master
and in
81 other branches
New tooltip for orthonormal sale option
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotPanelForm.js
... | ... | @@ -132,7 +132,7 @@ Ext.define('amdaPlotComp.PlotPanelForm', { |
132 | 132 | this.addStandardCheck('panel-scatter-isotropic', 'Orthonormal scale', function(name, value, oldValue) { |
133 | 133 | me.object.set('panel-scatter-isotropic', value); |
134 | 134 | me.crtTree.refresh(); |
135 | - }, 'When this option is selected, a unit on the X-axis appears with the same size as a unit on the Y-axis'), | |
135 | + }, 'When this option is selected, X-axis and Y-axis appear with the same scale in the panel'), | |
136 | 136 | this.addStandardText('panel-epoch-centertimeid', 'Epoch Center Time Id', function(name, value, oldValue) { |
137 | 137 | me.object.set('panel-epoch-centertimeid', value); |
138 | 138 | me.crtTree.refresh(); | ... | ... |