From 4dc8a7374e479986b98d01cb39d1cf4d840ea1d6 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:17:23 +0200
Subject: [PATCH] Cleanup, pose library: apparently ampersands are still
 allowed

Roll back a802049841cbfc546395abc.
---
 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 af9ba9806..cad1524e7 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 And Edit")
+        col.label(text="Activate & Edit")
         col.operator("asset.assign_action")
 
         # Creation
-- 
GitLab