Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2010-02-15 12:53:02 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-15 12:53:02 +0300
commit957baf7d6a711daee2391b2f912ff3852169ad48 (patch)
tree57676e476526b0e6a43386d39a20ec2ed46490b4 /release/scripts/io/export_ply.py
parent38298d2c2215ca4c21f9b9cfa1f46b1ba126c2fe (diff)
Inline tooltips and descriptions of export/import
Random fixes and tweaks in names and tooltips
Diffstat (limited to 'release/scripts/io/export_ply.py')
-rw-r--r--release/scripts/io/export_ply.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/io/export_ply.py b/release/scripts/io/export_ply.py
index 9bae14ff468..2b72ef760fb 100644
--- a/release/scripts/io/export_ply.py
+++ b/release/scripts/io/export_ply.py
@@ -315,7 +315,7 @@ class ExportPLY(bpy.types.Operator):
def menu_func(self, context):
default_path = bpy.data.filename.replace(".blend", ".ply")
- self.layout.operator(ExportPLY.bl_idname, text="Stanford (.ply)...").path = default_path
+ self.layout.operator(ExportPLY.bl_idname, text="Stanford (.ply)").path = default_path
def register():