Commit 350bc6c8 authored by Guillaume Seguin's avatar Guillaume Seguin

Improve message in plater.py

parent 399171b3
......@@ -322,7 +322,7 @@ class StlPlater(Plater):
facets += i.facets
sf.close()
stltool.emitstl(name, facets, "plater_export")
print _("wrote %s") % name
print _("Wrote plate to %s") % name
if __name__ == '__main__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment