From 8d4d93ee936dca7eb1ddcf9d39cb879a0dd6f741 Mon Sep 17 00:00:00 2001 From: LM Date: Tue, 19 Jul 2011 14:38:04 +0200 Subject: [PATCH] Improved user hint for zero order hold --- src/ui/linechart/LinechartWidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/linechart/LinechartWidget.cc b/src/ui/linechart/LinechartWidget.cc index 7c3c48959..ae5981f0b 100644 --- a/src/ui/linechart/LinechartWidget.cc +++ b/src/ui/linechart/LinechartWidget.cc @@ -503,7 +503,7 @@ void LinechartWidget::stopLogging() QMessageBox msgBox; msgBox.setIcon(QMessageBox::Question); msgBox.setText(tr("Starting Log Compression")); - msgBox.setInformativeText(tr("Should empty fields be filled with the previous variable of the same variable? The compression might take some time..")); + msgBox.setInformativeText(tr("Should empty fields (e.g. due to packet drops) be filled with the previous value of the same variable (zero order hold)?")); msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::No); msgBox.setDefaultButton(QMessageBox::No); int ret = msgBox.exec(); -- 2.22.0