Skip to content
Snippets Groups Projects
Commit b2255348 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Fix UI messages (typos etc.).

parent a811876b
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment