mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
DolphinWX: Make RAM watch strings translateable
This commit is contained in:
parent
593563e16c
commit
d50e7562af
@ -81,11 +81,11 @@ static wxString GetValueByRowCol(int row, int col)
|
|||||||
// Column Labels
|
// Column Labels
|
||||||
switch (col)
|
switch (col)
|
||||||
{
|
{
|
||||||
case 0: return wxString::Format("Label");
|
case 0: return _("Label");
|
||||||
case 1: return wxString::Format("Addr");
|
case 1: return _("Address");
|
||||||
case 2: return wxString::Format("Hex");
|
case 2: return _("Hexadecimal");
|
||||||
case 3: return wxString::Format("Dec");
|
case 3: return _("Decimal");
|
||||||
case 4: return wxString::Format("Str");
|
case 4: return _("String");
|
||||||
default: return wxEmptyString;
|
default: return wxEmptyString;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user