* Some less technical tooltip for the splash screen.
This commit is contained in:
@@ -1800,7 +1800,7 @@ static void WM_OT_splash(wmOperatorType *ot)
|
|||||||
{
|
{
|
||||||
ot->name = "Splash Screen";
|
ot->name = "Splash Screen";
|
||||||
ot->idname = "WM_OT_splash";
|
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->invoke = wm_splash_invoke;
|
||||||
ot->poll = WM_operator_winactive;
|
ot->poll = WM_operator_winactive;
|
||||||
|
Reference in New Issue
Block a user