mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add some more translatable strings. Thanks to DavidVag.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6753 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0a36663b01
commit
7219d185d9
17 changed files with 608 additions and 178 deletions
|
@ -639,9 +639,9 @@ void Host_SetWiiMoteConnectionState(int _State)
|
|||
|
||||
switch(_State)
|
||||
{
|
||||
case 0: event.SetString(wxString::FromAscii("Not connected")); break;
|
||||
case 1: event.SetString(wxString::FromAscii("Connecting...")); break;
|
||||
case 2: event.SetString(wxString::FromAscii("Wiimote Connected")); break;
|
||||
case 0: event.SetString(_("Not connected")); break;
|
||||
case 1: event.SetString(_("Connecting...")); break;
|
||||
case 2: event.SetString(_("Wiimote Connected")); break;
|
||||
}
|
||||
// Update field 1 or 2
|
||||
event.SetInt(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue