diff --git a/addons/io_scene_gltf2/__init__.py b/addons/io_scene_gltf2/__init__.py index a26024230..57b502de2 100644 --- a/addons/io_scene_gltf2/__init__.py +++ b/addons/io_scene_gltf2/__init__.py @@ -213,7 +213,7 @@ def __init__(self): export_image_webp_fallback: BoolProperty( name='Webp fallback', description=( - "For all webp textures, create a PNG fallback texture." + "For all webp textures, create a PNG fallback texture" ), default=False )