From 6a65bc91e2d01a5d2981333201873103a578354c Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Wed, 25 Feb 2015 14:41:54 +0100 Subject: Minor message fixes - thanks to S.J.Bennett for the heads up --- intern/ghost/intern/GHOST_ContextWGL.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_ContextWGL.cpp b/intern/ghost/intern/GHOST_ContextWGL.cpp index e9964293991..c6e0338c32a 100644 --- a/intern/ghost/intern/GHOST_ContextWGL.cpp +++ b/intern/ghost/intern/GHOST_ContextWGL.cpp @@ -879,12 +879,12 @@ GHOST_TSuccess GHOST_ContextWGL::initializeDrawingContext() strcmp(renderer, "GDI Generic") == 0) && version[0] == '1' && version[0] == '1') { MessageBox(m_hWnd, "Your system does not use 3D hardware acceleration.\n" - "Such systems can cause stability problems in blender and they are unsupported.\n\n" - "This may is caused by:\n" + "Such systems can cause stability problems in Blender and they are unsupported.\n\n" + "This may be caused by:\n" "* A missing or faulty graphics driver installation.\n" " Blender needs a graphics card driver to work correctly.\n" - "* Accessing blender through a remote connection.\n" - "* Using blender through a virtual machine.\n\n" + "* Accessing Blender through a remote connection.\n" + "* Using Blender through a virtual machine.\n\n" "Disable this message in ", "Blender - Can't detect 3D hardware accelerated Driver!", MB_OK | MB_ICONWARNING); } -- cgit v1.2.3