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:
authorSybren A. Stüvel <sybren@blender.org>2021-07-15 18:02:17 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-07-15 18:02:17 +0300
commita461aed86facca86934c907db7725cbede98f6b8 (patch)
tree1f2c28a2cf75316133cfedb517fd6fbc6bd6eeaa /pose_library
parent93d3b1931cd920dfe2881dd2fbc9273c28cb093c (diff)
Cleanup: title-case for pose library operator
No functional changes.
Diffstat (limited to 'pose_library')
-rw-r--r--pose_library/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose_library/operators.py b/pose_library/operators.py
index f06241d7..9014bdcb 100644
--- a/pose_library/operators.py
+++ b/pose_library/operators.py
@@ -395,7 +395,7 @@ class POSELIB_OT_apply_pose_asset_for_keymap(Operator):
class POSELIB_OT_convert_old_poselib(Operator):
bl_idname = "poselib.convert_old_poselib"
- bl_label = "Convert old-style pose library"
+ bl_label = "Convert Old-Style Pose Library"
bl_description = "Create a pose asset for each pose marker in the current action"
bl_options = {"REGISTER", "UNDO"}