diff --git a/pcsx2/PAD/Windows/PAD.cpp b/pcsx2/PAD/Windows/PAD.cpp index 9ac2a1f189..e637905ac4 100644 --- a/pcsx2/PAD/Windows/PAD.cpp +++ b/pcsx2/PAD/Windows/PAD.cpp @@ -590,7 +590,7 @@ void Update(unsigned int port, unsigned int slot) if (!currentDeviceActiveAndBound && activeWindow) { if (anyDeviceActiveAndBound) - Console.Warning("PAD: Warning! No controls are bound to a currently attached device!\nPlease attach a controller that has been setup for use with PAD or go to the Plugin settings and setup new controls.\n"); + Console.Warning("PAD: Warning! No controls are bound to a currently attached device!\nPlease attach a controller that has been setup for use with PAD or go to GamePad Settings and setup new controls.\n"); anyDeviceActiveAndBound = false; } dm->PostRead();