mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Change OSD Messages and PanicAlerts to Say "Wii Remote" Instead of "Wiimote"
This commit is contained in:
parent
4bd5674b85
commit
15a41a5d83
3 changed files with 7 additions and 7 deletions
|
@ -487,7 +487,7 @@ void Host_SetWiiMoteConnectionState(int _State)
|
|||
event.SetString(_("Connecting..."));
|
||||
break;
|
||||
case 2:
|
||||
event.SetString(_("Wiimote Connected"));
|
||||
event.SetString(_("Wii Remote Connected"));
|
||||
break;
|
||||
}
|
||||
// Update field 1 or 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue