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:16:13 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-07-15 18:16:13 +0300
commita802049841cbfc546395abc8cc4f9f81f72ef38f (patch)
treea4ab4f50aa5c141bd94476418acac6637844ae1c /pose_library
parent77e2b6c98ace73a72909e2726c340a4cf4ec6bb7 (diff)
Cleanup: pose library, remove ampersand from label
Diffstat (limited to 'pose_library')
-rw-r--r--pose_library/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose_library/gui.py b/pose_library/gui.py
index cad1524e..af9ba980 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