mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Change OSD Messages and PanicAlerts to Say "Wii Remote" Instead of "Wiimote"
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user