diff --git a/src/duckstation-qt/debuggerwindow.cpp b/src/duckstation-qt/debuggerwindow.cpp
index 3096d1bc4..8f7c45b34 100644
--- a/src/duckstation-qt/debuggerwindow.cpp
+++ b/src/duckstation-qt/debuggerwindow.cpp
@@ -266,7 +266,7 @@ void DebuggerWindow::onCodeViewContextMenuRequested(const QPoint& pt)
action = menu.addAction(QIcon::fromTheme("debugger-go-to-address"), tr("View in &Dump"));
connect(action, &QAction::triggered, this, [this, address]() { scrollToMemoryAddress(address); });
- action = menu.addAction(QIcon::fromTheme("debug-trace-line"), tr("Follow Load/Store"));
+ action = menu.addAction(QIcon::fromTheme("debug-trace-line"), tr("&Follow Load/Store"));
connect(action, &QAction::triggered, this, [this, address]() { tryFollowLoadStore(address); });
menu.exec(m_ui.codeView->mapToGlobal(pt));
diff --git a/src/duckstation-qt/debuggerwindow.ui b/src/duckstation-qt/debuggerwindow.ui
index 243703ea3..019b86fb2 100644
--- a/src/duckstation-qt/debuggerwindow.ui
+++ b/src/duckstation-qt/debuggerwindow.ui
@@ -345,7 +345,7 @@
- Toggle B&reakpoint
+ Toggle &Breakpoint
Toggle Breakpoint
@@ -406,7 +406,7 @@
- Add &Breakpoint
+ &Add Breakpoint
Add Breakpoint