DolphinQt: Fix "Sddress" typo
This commit is contained in:
parent
44f1a75865
commit
9f95a8fa8a
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue