From 739b1e29f22ec52864f53b2aa8012ed847c92abf Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 27 Feb 2012 18:15:21 +0000 Subject: Various fixes to UI messages (among other things, all messages needed it should now be capitalized). --- mocap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mocap/__init__.py b/mocap/__init__.py index 6c69f0d3..7dfd8d23 100644 --- a/mocap/__init__.py +++ b/mocap/__init__.py @@ -564,7 +564,7 @@ class OBJECT_OT_LooperButton(bpy.types.Operator): #Operator to trim fcurves which contain a few loops to a single one on the selected object '''Trim active armature's animation to a single cycle, given a cyclic animation (such as a walk cycle)''' bl_idname = "mocap.looper" - bl_label = "loop animation / sampled mocap data" + bl_label = "Loop animation / sampled mocap data" def execute(self, context): mocap_tools.autoloop_anim() -- cgit v1.2.3