Fix sigrok spelling in two places.

This commit is contained in:
Uwe Hermann 2017-06-06 10:24:30 +02:00
parent 75ab6b87f1
commit b0e15aa24c
2 changed files with 2 additions and 2 deletions

View 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.

View 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()) {