From 3270966bbadee5cc6dd088dd775c0fafea56b77f Mon Sep 17 00:00:00 2001 From: Julien Duroure <julien.duroure@gmail.com> Date: Tue, 15 Feb 2022 16:57:40 +0100 Subject: [PATCH] glTF exporter: fix UI message --- io_scene_gltf2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 3e7e36729..7d7fff81c 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 ' -- GitLab