diff --git a/intern/ghost/intern/GHOST_WindowWin32.cc b/intern/ghost/intern/GHOST_WindowWin32.cc index 05418b20599..f3bf84a3dd2 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.cc +++ b/intern/ghost/intern/GHOST_WindowWin32.cc @@ -128,12 +128,12 @@ GHOST_WindowWin32::GHOST_WindowWin32(GHOST_SystemWin32 *system, if (!setDrawingContextType(type)) { const char *title = "Blender - Unsupported Graphics Card Configuration"; const char *text = - "A graphics card and driver with support for OpenGL 3.3 or higher is " + "A graphics card and driver with support for OpenGL 4.3 or higher is " "required.\n\nInstalling the latest driver for your graphics card might resolve the " "issue."; if (GetSystemMetrics(SM_CMONITORS) > 1) { text = - "A graphics card and driver with support for OpenGL 3.3 or higher is " + "A graphics card and driver with support for OpenGL 4.3 or higher is " "required.\n\nPlugging all monitors into your primary graphics card might resolve " "this issue. Installing the latest driver for your graphics card could also help."; }