diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 3e7e36729a0747f0a6b1518d42ddf3b65aefe42c..7d7fff81cb6f21b7591c3094c16a13ae81523284 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -161,7 +161,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 '