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/operators.py')
-rw-r--r--pose_library/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose_library/operators.py b/pose_library/operators.py
index 959c9f1a..c8c2c070 100644
--- a/pose_library/operators.py
+++ b/pose_library/operators.py
@@ -218,7 +218,7 @@ class POSELIB_OT_copy_as_asset(PoseAssetCreator, Operator):
functions.asset_clear(context, asset)
if asset.users > 0:
- self.report({"ERROR"}, "Whaaaat who is using our brand new asset?")
+ self.report({"ERROR"}, "Unexpected non-null user count for the asset")
return {"FINISHED"}
bpy.data.actions.remove(asset)