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>2011-10-23 23:57:37 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-10-23 23:57:37 +0400
commit0b62e62c2b3e003d9c6359e83f513746a7ef2121 (patch)
treec6c36e1932b3923eb75a3ab4fc2ffbbf9a562afa /io_mesh_uv_layout/__init__.py
parent55bf814d4df72b3da7b4197b7d1fb96792505de5 (diff)
Minor set of UI messages fixes and tweaks! No functional changes.
Diffstat (limited to 'io_mesh_uv_layout/__init__.py')
-rw-r--r--io_mesh_uv_layout/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index dd4fc2ad..77910c86 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -76,7 +76,7 @@ class ExportUVLayout(bpy.types.Operator):
options={'HIDDEN'},
)
export_all = BoolProperty(
- name="All UV's",
+ name="All UVs",
description="Export all UVs in this mesh (not just visible ones)",
default=False,
)
@@ -86,7 +86,7 @@ class ExportUVLayout(bpy.types.Operator):
('EPS', "Encapsulate PostScript (.eps)",
"Export the UV layout to a vector EPS file"),
('PNG', "PNG Image (.png)",
- "Export the UV layout a bitmap image"),
+ "Export the UV layout to a bitmap image"),
),
name="Format",
description="File format to export the UV layout to",