Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-02-25 16:41:54 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-02-25 16:41:54 +0300
commit6a65bc91e2d01a5d2981333201873103a578354c (patch)
tree874c0aa84fed17193b97a4e68b903d78ca6ec767 /intern/ghost/intern/GHOST_ContextWGL.cpp
parentdf258c90541c5fabe7755b8859752e1a78ca18e0 (diff)
Minor message fixes - thanks to S.J.Bennett for the heads up
Diffstat (limited to 'intern/ghost/intern/GHOST_ContextWGL.cpp')
-rw-r--r--intern/ghost/intern/GHOST_ContextWGL.cpp8
1 files changed, 4 insertions, 4 deletions
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 <User Preferences - Interface - Warn On Deprecated OpenGL>",
"Blender - Can't detect 3D hardware accelerated Driver!", MB_OK | MB_ICONWARNING);
}