From b0e15aa24c0ea7adcc3acf2581728b9d29e7ba09 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Jun 2017 10:24:30 +0200 Subject: [PATCH] Fix sigrok spelling in two places. --- pv/prop/int.cpp | 2 +- pv/toolbars/mainbar.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pv/prop/int.cpp b/pv/prop/int.cpp index 98b23ba6..2930a3ea 100644 --- a/pv/prop/int.cpp +++ b/pv/prop/int.cpp @@ -94,7 +94,7 @@ QWidget* Int::get_widget(QWidget *parent, bool auto_commit) assert(false); } - // @todo Sigrok supports 64-bit quantities, but Qt does not have a + // @todo sigrok supports 64-bit quantities, but Qt does not have a // standard widget to allow the values to be modified over the full // 64-bit range on 32-bit machines. To solve the issue we need a // custom widget. diff --git a/pv/toolbars/mainbar.cpp b/pv/toolbars/mainbar.cpp index 114e6fd7..31035436 100644 --- a/pv/toolbars/mainbar.cpp +++ b/pv/toolbars/mainbar.cpp @@ -756,7 +756,7 @@ void MainBar::on_actionOpen_triggered() // Show the dialog const QString file_name = QFileDialog::getOpenFileName( this, tr("Open File"), dir, tr( - "Sigrok Sessions (*.sr);;" + "sigrok Sessions (*.sr);;" "All Files (*)")); if (!file_name.isEmpty()) { -- 2.30.2