Merge pull request #13029 from JosJuice/sddress

DolphinQt: Fix "Sddress" typo
This commit is contained in:
OatmealDome 2024-08-21 12:32:49 -04:00 committed by GitHub
commit 93617e96c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 =