cabana: fix typo (#30678)

old-commit-hash: 84a3b10da9
chrysler-long2
royjr 1 year ago committed by GitHub
parent 916921be5b
commit 3afdea7fbb
  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