* Some less technical tooltip for the splash screen.

This commit is contained in:
Thomas Dinges 2013-11-17 00:44:08 +01:00
parent 87c66bc6a4
commit f9785bdeb4
1 changed files with 1 additions and 1 deletions

View File

@ -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;