From 78107f78694f47ee6e50a7eb7c16b506af921199 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 9 Aug 2021 14:42:26 +0200 Subject: Cleanup/fixes in UI messages. --- pose_library/operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pose_library') 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) -- cgit v1.2.3