mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Re-add i18n comments that were lost in the DolphinWX removal
This commit is contained in:
@ -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"));
|
||||
|
Reference in New Issue
Block a user