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:
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",
)