mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Make GUI strings more consistent
Most of the changes I've made here were because of small differences between DolphinWX and DolphinQt2.
This commit is contained in:
@ -85,6 +85,7 @@ static wxString GetValueByRowCol(int row, int col)
|
||||
case 2:
|
||||
return _("Hexadecimal");
|
||||
case 3:
|
||||
// i18n: The base 10 numeral system. Not related to non-integer numbers
|
||||
return _("Decimal");
|
||||
case 4:
|
||||
// i18n: Data type used in computing
|
||||
|
Reference in New Issue
Block a user