summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-06-22 11:51:57 +0200
committerJosJuice <josjuice@gmail.com>2025-06-28 21:41:44 +0200
commitbc1d8ffcbbefe61a4527dbb797418b8792304d13 (patch)
tree0c750c428a0abd9efa4015f536818e220420b993 /Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp
parentc2aaca2b16d722686070840f0766398005e7a7f4 (diff)
i18n: Add comments
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp')
-rw-r--r--Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp b/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp
index 3aeda0efe7..09b045688c 100644
--- a/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp
+++ b/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp
@@ -272,6 +272,7 @@ void BreakpointWidget::Update()
m_table->clear();
m_table->setHorizontalHeaderLabels({tr("Active"), tr("Type"), tr("Function"), tr("Address"),
+ // i18n: The address where a breakpoint ends
tr("End Addr"), tr("Break"), tr("Log"), tr("Read"),
tr("Write"), tr("Condition")});
m_table->horizontalHeader()->setStretchLastSection(true);