diff --git a/pose_library/operators.py b/pose_library/operators.py index f06241d78835df389acc456f45961cf76a0b646c..9014bdcb9840261e72596faba49e47ebd7d6702a 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"}