diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 0ef07075ab..759c2bdc6e 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -207,7 +207,7 @@ bool CRenderFrame::ShowFullScreen(bool show, long style) // Some backends don't support exclusive fullscreen, so we // can't tell exactly when exclusive mode is activated. if (!g_Config.backend_info.bSupportsExclusiveFullscreen) - OSD::AddMessage("Enabled exclusive fullscreen."); + OSD::AddMessage("Entered exclusive fullscreen."); } #endif