diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2024-08-21 12:32:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 12:32:49 -0400 |
| commit | 93617e96c3c208e032f31053e1b02f6c9ddc35e9 (patch) | |
| tree | 9ef3716587802747b0eab180180ea8e3aee5e927 /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp | |
| parent | 2058439598cf55aeaffd6e29dcb645778da3cfe8 (diff) | |
| parent | 9f95a8fa8afecdf73c7a3eeab418f30a89f89087 (diff) | |
Merge pull request #13029 from JosJuice/sddress
DolphinQt: Fix "Sddress" typo
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp index be1eb0a4b9..e503a51d45 100644 --- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp @@ -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 = |
