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:17:23 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-07-15 18:17:23 +0300
commit4dc8a7374e479986b98d01cb39d1cf4d840ea1d6 (patch)
tree299db27d302baa428f0df24a9177650e9f24ab41 /pose_library
parenta802049841cbfc546395abc8cc4f9f81f72ef38f (diff)
Cleanup, pose library: apparently ampersands are still allowed
Roll back a802049841cbfc546395abc.
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 af9ba980..cad1524e 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