From 76447670b95305009afdddab2db40fc4d8ff1ed4 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 11 Jul 2022 16:34:51 +0200 Subject: [PATCH] Minor fixes --- js/app/views/DownloadUI.js | 4 ++-- js/app/views/PlotComponents/PlotZoomPlug.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/app/views/DownloadUI.js b/js/app/views/DownloadUI.js index 5edbbd3..96da082 100644 --- a/js/app/views/DownloadUI.js +++ b/js/app/views/DownloadUI.js @@ -700,7 +700,7 @@ Ext.define('amdaUI.DownloadUI', { }, { - xtype: 'checkbox', boxLabel: 'Use first param. as reference for sampling', + xtype: 'checkbox', boxLabel: 'Sampling: use first parameter as reference', boxLabelAlign: 'before', name: 'refparamSampling', checked: false, disabled: true, listeners: { @@ -710,7 +710,7 @@ Ext.define('amdaUI.DownloadUI', { }, { xtype: 'numberfield', name: 'sampling', - fieldLabel: 'Sampling Time', value: 600, + fieldLabel: 'Sampling (s.)', value: 600, hideTrigger: true, editable: true, disabled: true }, diff --git a/js/app/views/PlotComponents/PlotZoomPlug.js b/js/app/views/PlotComponents/PlotZoomPlug.js index dcb91ed..3eb92b0 100644 --- a/js/app/views/PlotComponents/PlotZoomPlug.js +++ b/js/app/views/PlotComponents/PlotZoomPlug.js @@ -233,7 +233,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { { xtype: 'button', width: 100, - text: 'Reset interval', + text: 'Reset', scope: this, handler: function () { this.resetMinMaxValue(); @@ -242,7 +242,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { { xtype: 'button', width: 100, - text: 'Use interval in plot', + text: 'Use in Time Selection', scope: this, handler: function () { this.setTimePlot(); -- libgit2 0.21.2