i18n: Add comments

This commit is contained in:
JosJuice
2025-06-22 11:51:57 +02:00
parent c2aaca2b16
commit bc1d8ffcbb
2 changed files with 6 additions and 0 deletions

View File

@ -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);