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:
authorBastien Montagne <bastien@blender.org>2022-02-07 12:59:57 +0300
committerBastien Montagne <bastien@blender.org>2022-02-07 12:59:57 +0300
commitb2255348184a6fa6502ad156d748246b2f59913f (patch)
tree53ce8011f3b36d78c8bad69f6412851a6eb241b4
parenta811876bc7f2ea7e42cfe2c2512ac5a95e40f006 (diff)
Fix UI messages (typos etc.).
-rw-r--r--copy_global_transform.py2
1 files changed, 1 insertions, 1 deletions
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 = {