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
path: root/source
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-11-17 03:44:08 +0400
committerThomas Dinges <blender@dingto.org>2013-11-17 03:44:08 +0400
commitf9785bdeb4ebe3ebc9527ba3eb45793c660bb3ec (patch)
tree056697f0c0609fcb2b70b55424c701eaff964f45 /source
parent87c66bc6a43508adb4a9d040e336973694d8e22e (diff)
* Some less technical tooltip for the splash screen.
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
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;