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-24 21:43:06 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-01-28 15:45:44 +0300
commit7410d631ce4ac4f3e53c1d634eb6b70499398371 (patch)
tree482c12a3363f5b1eb560779d1e0ba0df0b197081 /blenderkit/ratings.py
parent7c3d8127daf1f32858076484d07fd8a6e96a3fb0 (diff)
BlenderKit:
-icons module -clipboard monitoring -fix link to website when people want to see asset online -advanced search parameters
Diffstat (limited to 'blenderkit/ratings.py')
-rw-r--r--blenderkit/ratings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/ratings.py b/blenderkit/ratings.py
index 7684d017..fd6bb2e8 100644
--- a/blenderkit/ratings.py
+++ b/blenderkit/ratings.py
@@ -154,7 +154,7 @@ asset_types = (
class UploadRatingOperator(bpy.types.Operator):
"""Upload rating to the web db"""
bl_idname = "object.blenderkit_rating_upload"
- bl_label = "Upload the Rating"
+ bl_label = "Send Rating"
bl_options = {'REGISTER', 'UNDO', 'INTERNAL'}
# type of upload - model, material, textures, e.t.c.