diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 2ef90a40330df91ae74092e782569e87483074a7..636d83e2153aaf93da51b44a6af63d6972dff18f 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -150,7 +150,7 @@ class ExportGLTF2_Base: 'Save images as JPEGs. (Images that need alpha are saved as PNGs though.) ' 'Be aware of a possible loss in quality'), ('NONE', 'None', - 'Don\'t export images.'), + 'Don\'t export images'), ), description=( 'Output format for images. PNG is lossless and generally preferred, but JPEG might be preferable for web '