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:
authorVilem Duha <vilem.duha@gmail.com>2019-06-17 01:25:50 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-06-17 17:14:12 +0300
commit34dbc72c885c7ec49f913b0e4410d068eff28f7c (patch)
tree8c5a77ead72330fe797a2ad0a6be5589b20ddc49 /blenderkit/ui_panels.py
parent3ffa17c5ee7b18da0db43e697f67773af36cd651 (diff)
BlenderKit: rename all mentions of standard plan to full
Diffstat (limited to 'blenderkit/ui_panels.py')
-rw-r--r--blenderkit/ui_panels.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/blenderkit/ui_panels.py b/blenderkit/ui_panels.py
index 480d1afe..ef89ddb0 100644
--- a/blenderkit/ui_panels.py
+++ b/blenderkit/ui_panels.py
@@ -273,11 +273,11 @@ def draw_panel_model_search(self, context):
layout.prop(props, "search_keywords", text="", icon='VIEWZOOM')
icon = 'NONE'
- if props.report == 'You need Standard plan to get this item.':
+ if props.report == 'You need Full plan to get this item.':
icon = 'ERROR'
label_multiline(layout, text=props.report, icon=icon)
- if props.report == 'You need Standard plan to get this item.':
- layout.operator("wm.url_open", text="Get Standard plan", icon='URL').url = paths.BLENDERKIT_PLANS
+ if props.report == 'You need Full plan to get this item.':
+ layout.operator("wm.url_open", text="Get Full plan", icon='URL').url = paths.BLENDERKIT_PLANS
layout.prop(props, "search_style")
layout.prop(props, "free_only")