From f9785bdeb4ebe3ebc9527ba3eb45793c660bb3ec Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 17 Nov 2013 00:44:08 +0100 Subject: [PATCH] * Some less technical tooltip for the splash screen. --- source/blender/windowmanager/intern/wm_operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index da78f89f63a..50575095825 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;