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_scene_fbx/export_fbx.py')
-rw-r--r--io_scene_fbx/export_fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index f02e7183..ce1de53e 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -421,7 +421,7 @@ def save_single(operator, scene, filepath="",
except:
import traceback
traceback.print_exc()
- operator.report({'ERROR'}, "Could'nt open file %r" % filepath)
+ operator.report({'ERROR'}, "Couldn't open file %r" % filepath)
return {'CANCELLED'}
# convenience