mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 09:51:58 +00:00
i18n: Add comments
This commit is contained in:
parent
c2aaca2b16
commit
bc1d8ffcbb
2 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue