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/__init__.py')
-rw-r--r--blenderkit/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py
index a2a4a9f8..f47f57eb 100644
--- a/blenderkit/__init__.py
+++ b/blenderkit/__init__.py
@@ -1217,8 +1217,8 @@ class BlenderKitModelSearchProps(PropertyGroup, BlenderKitCommonSearchProps):
append_method: EnumProperty(
name="Import Method",
items=(
- ('LINK_COLLECTION', 'Link Collection', ''),
- ('APPEND_OBJECTS', 'Append Objects', ''),
+ ('LINK_COLLECTION', 'Link', 'Link Collection'),
+ ('APPEND_OBJECTS', 'Append', 'Append as Objects'),
),
description="choose if the assets will be linked or appended",
default="LINK_COLLECTION"
@@ -1343,7 +1343,7 @@ class BlenderKitAddonPreferences(AddonPreferences):
login_attempt: BoolProperty(
name="Login/Signup attempt",
- description="When this is on, BlenderKit is trying to connect and login.",
+ description="When this is on, BlenderKit is trying to connect and login",
default=False
)