From d43d00c542deae9ae91ab1761e6a426646ff9a90 Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Thu, 9 Jun 2022 10:15:41 +0800 Subject: [PATCH] update: decoder options dialog --- DSView/pv/dialogs/decoderoptionsdlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DSView/pv/dialogs/decoderoptionsdlg.cpp b/DSView/pv/dialogs/decoderoptionsdlg.cpp index 838a04e6..21a47688 100644 --- a/DSView/pv/dialogs/decoderoptionsdlg.cpp +++ b/DSView/pv/dialogs/decoderoptionsdlg.cpp @@ -154,9 +154,9 @@ void DecoderOptionsDlg::load_options(view::DecodeTrace *trace) update_decode_range(); // set default sample range form->addRow(_start_comboBox, new QLabel( - tr("Decode start cursor from"))); + tr("The cursor for decode start time"))); form->addRow(_end_comboBox, new QLabel( - tr("Decode end cursor to"))); + tr("The cursor for decode end time"))); // Add ButtonBox (OK/Cancel) QDialogButtonBox *button_box = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel,