From a461aed86facca86934c907db7725cbede98f6b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@blender.org>
Date: Thu, 15 Jul 2021 17:02:17 +0200
Subject: [PATCH] Cleanup: title-case for  pose library operator

No functional changes.
---
 pose_library/operators.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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