cabana: fix typo (#30678)
old-commit-hash: 84a3b10da94f6483caf94a52d76c674e62307e77
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user