]> sigrok.org Git - pulseview.git/commitdiff
Fix sigrok spelling in two places.
authorUwe Hermann <redacted>
Tue, 6 Jun 2017 08:24:30 +0000 (10:24 +0200)
committerUwe Hermann <redacted>
Tue, 6 Jun 2017 08:24:30 +0000 (10:24 +0200)
pv/prop/int.cpp
pv/toolbars/mainbar.cpp

index 98b23ba6386401adc172817e188178bb8d0d4f78..2930a3ea1e8c96b5d0091e6c2b640050ecb5d09f 100644 (file)
@@ -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.
index 114e6fd72cb7c5ac44d71577f7b491b0085800b6..31035436df547125ab8d786e3a9c7cb172e12758 100644 (file)
@@ -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()) {