diff options
| author | JosJuice <josjuice@gmail.com> | 2024-08-21 18:12:04 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2024-08-21 18:12:04 +0200 |
| commit | 9f95a8fa8afecdf73c7a3eeab418f30a89f89087 (patch) | |
| tree | 67f6ccfb7b7e76912711a4306912f15846ab0162 /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp | |
| parent | 44f1a7586565307155b329d911a57fbf65785a57 (diff) | |
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 = |
