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:
authorCampbell Barton <ideasman42@gmail.com>2021-07-30 10:37:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-30 10:37:40 +0300
commite2e7fac7afabd100a0afbd70e322573859cc228a (patch)
treeeb4e37d0b516bb4a2413b57d8eabafeee56598b5 /blenderkit/upload.py
parentc2c5392e004bb8bafea84d8d69df31ef9f03d46f (diff)
Cleanup: quiet warnings for tooltips ending with '.'
Diffstat (limited to 'blenderkit/upload.py')
-rw-r--r--blenderkit/upload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/upload.py b/blenderkit/upload.py
index 887ffe57..c8974b82 100644
--- a/blenderkit/upload.py
+++ b/blenderkit/upload.py
@@ -645,7 +645,7 @@ class FastMetadata(bpy.types.Operator):
('PUBLIC', 'Public', '"Your asset will go into the validation process automatically')
),
description="If not marked private, your asset will go into the validation process automatically\n"
- "Private assets are limited by quota.",
+ "Private assets are limited by quota",
default="PUBLIC",
)