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
diff options
context:
space:
mode:
authorTianwei Shen <shentianweipku@gmail.com>2016-08-05 18:42:16 +0300
committerTianwei Shen <shentianweipku@gmail.com>2016-08-05 18:42:16 +0300
commit17b207f3990d6997774343c943d01aebbde46e61 (patch)
treeb707485aacc4e51c55c048ad74ae92c5cc1db5c8 /source/blender/editors/space_clip
parent3a131f879b70241d16205a6cf29ad1f5062cb51e (diff)
parent50c017b6eabd7339cf02c20e369ec7fb2259d1ef (diff)
Merge branch 'master' into soc-2016-multiview
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_toolbar.c b/source/blender/editors/space_clip/clip_toolbar.c
index d31d7f53b30..b042bbe8fea 100644
--- a/source/blender/editors/space_clip/clip_toolbar.c
+++ b/source/blender/editors/space_clip/clip_toolbar.c
@@ -106,7 +106,7 @@ void CLIP_OT_properties(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Properties";
- ot->description = "Toggle clip properties panel";
+ ot->description = "Toggle the properties region visibility";
ot->idname = "CLIP_OT_properties";
/* api callbacks */