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:
Diffstat (limited to 'pose_library/gui.py')
-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