Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-10-23 23:57:37 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-10-23 23:57:37 +0400
commit0b62e62c2b3e003d9c6359e83f513746a7ef2121 (patch)
treec6c36e1932b3923eb75a3ab4fc2ffbbf9a562afa /animation_animall.py
parent55bf814d4df72b3da7b4197b7d1fb96792505de5 (diff)
Minor set of UI messages fixes and tweaks! No functional changes.
Diffstat (limited to 'animation_animall.py')
-rw-r--r--animation_animall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_animall.py b/animation_animall.py
index 71c038be..3fe7de8c 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -79,7 +79,7 @@ class VIEW3D_PT_animall(bpy.types.Panel):
bl_region_type = 'TOOLS'
bl_label = 'AnimAll'
- # show this add-on only in the Camera-Data-Panel
+ # show this addon only in the Camera-Data-Panel
@classmethod
def poll(self, context):
if context.active_object: