[Bf-blender-cvs] [f9785bd] master: * Some less technical tooltip for the splash screen.

Thomas Dinges noreply at git.blender.org
Sun Nov 17 00:56:00 CET 2013


Commit: f9785bdeb4ebe3ebc9527ba3eb45793c660bb3ec
Author: Thomas Dinges
Date:   Sun Nov 17 00:44:08 2013 +0100
http://developer.blender.org/rBf9785bdeb4ebe3ebc9527ba3eb45793c660bb3ec

* Some less technical tooltip for the splash screen.

===================================================================

M	source/blender/windowmanager/intern/wm_operators.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index da78f89..5057509 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1800,7 +1800,7 @@ static void WM_OT_splash(wmOperatorType *ot)
 {
 	ot->name = "Splash Screen";
 	ot->idname = "WM_OT_splash";
-	ot->description = "Opens a blocking popup region with release info";
+	ot->description = "Opens the splash screen with release info";
 	
 	ot->invoke = wm_splash_invoke;
 	ot->poll = WM_operator_winactive;




More information about the Bf-blender-cvs mailing list