Skip to content
Snippets Groups Projects
Commit a8020498 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Cleanup: pose library, remove ampersand from label

parent 77e2b6c9
Branches
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ class ASSETBROWSER_PT_pose_library_editing(asset_utils.AssetBrowserSpecificCateg ...@@ -153,7 +153,7 @@ class ASSETBROWSER_PT_pose_library_editing(asset_utils.AssetBrowserSpecificCateg
col = layout.column(align=True) col = layout.column(align=True)
col.enabled = bpy.types.ASSET_OT_assign_action.poll(context) 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") col.operator("asset.assign_action")
# Creation # Creation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment