From 0b62e62c2b3e003d9c6359e83f513746a7ef2121 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 23 Oct 2011 19:57:37 +0000 Subject: Minor set of UI messages fixes and tweaks! No functional changes. --- animation_animall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animation_animall.py') 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: -- cgit v1.2.3