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 <montagne29@wanadoo.fr>2012-07-03 23:10:59 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-03 23:10:59 +0400
commit5092eeaaee1b532581c6eea4c0421fe42626998b (patch)
treea7bf1c4ce656079947d074efb9def733fbac4a2b /io_mesh_ply
parent94e23455d4ecef546c05d51daf42d744aaf5b79c (diff)
Spell and typo fixes.
Diffstat (limited to 'io_mesh_ply')
-rw-r--r--io_mesh_ply/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index c9bb5318..623900c9 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -81,8 +81,8 @@ class ImportPLY(bpy.types.Operator, ImportHelper):
class ExportPLY(bpy.types.Operator, ExportHelper):
- """Export a single object as a stanford PLY with normals, """ \
- """colours and texture coordinates"""
+ """Export a single object as a Stanford PLY with normals, """ \
+ """colors and texture coordinates"""
bl_idname = "export_mesh.ply"
bl_label = "Export PLY"