DolphinQt: Fix "Sddress" typo

This commit is contained in:
JosJuice 2024-08-21 18:12:04 +02:00
parent 44f1a75865
commit 9f95a8fa8a

View file

@ -585,7 +585,7 @@ void CodeViewWidget::OnContextMenu()
auto* show_target_memory =
menu->addAction(tr("Show Target in Memor&y"), this, &CodeViewWidget::OnShowTargetInMemory);
auto* copy_target_memory =
menu->addAction(tr("Copy Tar&get Sddress"), this, &CodeViewWidget::OnCopyTargetAddress);
menu->addAction(tr("Copy Tar&get Address"), this, &CodeViewWidget::OnCopyTargetAddress);
menu->addSeparator();
auto* symbol_rename_action =