mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
DolphinQt: Fix "Sddress" typo
This commit is contained in:
@ -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 =
|
||||||
|
Reference in New Issue
Block a user