cabana: fix typo (#30678)

pull/30682/head
royjr 1 year ago committed by GitHub
parent 48cf7eb6d9
commit 84a3b10da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/cabana/messageswidget.cc

@ -151,7 +151,7 @@ void MessagesWidget::menuAboutToShow() {
action->setEnabled(logical_index > 0);
}
menu->addSeparator();
auto action = menu->addAction(tr("Mutlti-Line bytes"), this, &MessagesWidget::setMultiLineBytes);
auto action = menu->addAction(tr("Multi-Line bytes"), this, &MessagesWidget::setMultiLineBytes);
action->setCheckable(true);
action->setChecked(settings.multiple_lines_hex);
}

Loading…
Cancel
Save