Re-add i18n comments that were lost in the DolphinWX removal

This commit is contained in:
JosJuice
2018-09-08 15:58:15 +02:00
parent e0cb56edb9
commit fb6b31bba8
10 changed files with 38 additions and 3 deletions

View File

@ -125,9 +125,12 @@ void WatchWidget::Update()
m_table->setRowCount(size + 1);
m_table->setHorizontalHeaderLabels({tr("Label"), tr("Address"), tr("Hexadecimal"), tr("Decimal"),
// i18n: Data type used in computing
tr("String")});
m_table->setHorizontalHeaderLabels(
{tr("Label"), tr("Address"), tr("Hexadecimal"),
// i18n: The base 10 numeral system. Not related to non-integer numbers
tr("Decimal"),
// i18n: Data type used in computing
tr("String")});
for (int i = 0; i < size; i++)
{