From: Uwe Hermann Date: Tue, 6 Jun 2017 08:24:30 +0000 (+0200) Subject: Fix sigrok spelling in two places. X-Git-Tag: pulseview-0.4.0~31 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=b0e15aa24c0ea7adcc3acf2581728b9d29e7ba09 Fix sigrok spelling in two places. --- 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()) {