From a802049841cbfc546395abc8cc4f9f81f72ef38f 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:16:13 +0200
Subject: [PATCH] Cleanup: pose library, remove ampersand from label

---
 pose_library/gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pose_library/gui.py b/pose_library/gui.py
index cad1524e7..af9ba9806 100644
--- a/pose_library/gui.py
+++ b/pose_library/gui.py
@@ -153,7 +153,7 @@ class ASSETBROWSER_PT_pose_library_editing(asset_utils.AssetBrowserSpecificCateg
 
         col = layout.column(align=True)
         col.enabled = bpy.types.ASSET_OT_assign_action.poll(context)
-        col.label(text="Activate & Edit")
+        col.label(text="Activate And Edit")
         col.operator("asset.assign_action")
 
         # Creation
-- 
GitLab