mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
DolphinQt: Fix "Sddress" typo
This commit is contained in:
parent
44f1a75865
commit
9f95a8fa8a
@ -585,7 +585,7 @@ void CodeViewWidget::OnContextMenu()
|
|||||||
auto* show_target_memory =
|
auto* show_target_memory =
|
||||||
menu->addAction(tr("Show Target in Memor&y"), this, &CodeViewWidget::OnShowTargetInMemory);
|
menu->addAction(tr("Show Target in Memor&y"), this, &CodeViewWidget::OnShowTargetInMemory);
|
||||||
auto* copy_target_memory =
|
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();
|
menu->addSeparator();
|
||||||
|
|
||||||
auto* symbol_rename_action =
|
auto* symbol_rename_action =
|
||||||
|
Loading…
Reference in New Issue
Block a user