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:
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",