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:
authorVilém Duha <vilda.novak@gmail.com>2020-01-13 12:35:57 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-01-13 12:36:32 +0300
commitea1aedbc57d46cedfae09be286b3fd64fa54c2c7 (patch)
tree7cb737752b897fc35639dbd1886ef54f86ac08ff /blenderkit/download.py
parentcca88a08d5f5537f5c5cf57d061bf4d4b935de71 (diff)
BlenderKit: UI typo fixes, and slight optimisation.
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index d652807e..c4a14ecd 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -823,7 +823,7 @@ asset_types = (
class BlenderkitKillDownloadOperator(bpy.types.Operator):
- """Kill a download."""
+ """Kill a download"""
bl_idname = "scene.blenderkit_download_kill"
bl_label = "BlenderKit Kill Asset Download"
bl_options = {'REGISTER', 'INTERNAL'}