[Bf-extensions-cvs] [b2255348] blender-v3.1-release: Fix UI messages (typos etc.).

Bastien Montagne noreply at git.blender.org
Mon Feb 7 11:11:51 CET 2022


Commit: b2255348184a6fa6502ad156d748246b2f59913f
Author: Bastien Montagne
Date:   Mon Feb 7 10:59:57 2022 +0100
Branches: blender-v3.1-release
https://developer.blender.org/rBAb2255348184a6fa6502ad156d748246b2f59913f

Fix UI messages (typos etc.).

===================================================================

M	copy_global_transform.py

===================================================================

diff --git a/copy_global_transform.py b/copy_global_transform.py
index 2c3c5012..17b0337e 100644
--- a/copy_global_transform.py
+++ b/copy_global_transform.py
@@ -320,7 +320,7 @@ class OBJECT_OT_paste_transform(Operator):
             mat = self.parse_print_m4(clipboard)
 
         if mat is None:
-            self.report({'ERROR'}, "Clipboard does not contain a valid matrix.")
+            self.report({'ERROR'}, "Clipboard does not contain a valid matrix")
             return {'CANCELLED'}
 
         applicator = {



More information about the Bf-extensions-cvs mailing list