mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Re-add i18n comments that were lost in the DolphinWX removal
This commit is contained in:
parent
e0cb56edb9
commit
fb6b31bba8
10 changed files with 38 additions and 3 deletions
|
@ -334,6 +334,7 @@ QWidget* CheatsManager::CreateCheatSearch()
|
|||
auto* group_layout = new QHBoxLayout;
|
||||
group_box->setLayout(group_layout);
|
||||
|
||||
// i18n: The base 10 numeral system. Not related to non-integer numbers
|
||||
m_match_decimal = new QRadioButton(tr("Decimal"));
|
||||
m_match_hexadecimal = new QRadioButton(tr("Hexadecimal"));
|
||||
m_match_octal = new QRadioButton(tr("Octal"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue