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>2021-03-10 18:52:34 +0300
committerVilém Duha <vilda.novak@gmail.com>2021-03-16 19:12:18 +0300
commita1fbcb6108dc3d434465076c93a1894421184b18 (patch)
tree1750619abfd90ad6fa70d34e80b1e0dfb1c46382 /blenderkit/upload.py
parent7164debdd6cea41807e5bdc160f05175f1a1d804 (diff)
BlenderKit: UI cleanup - minor tweaks to UI
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 110994e3..2065ce08 100644
--- a/blenderkit/upload.py
+++ b/blenderkit/upload.py
@@ -685,7 +685,7 @@ class FastMetadata(bpy.types.Operator):
args=(self.asset_id, mdict, user_preferences.api_key))
thread.start()
tasks_queue.add_task((ui.add_report, (f'Uploading metadata for {self.name}. '
- f'Refreash search results to see that changes applied correctly.', 8,)))
+ f'Refresh search results to see that changes applied correctly.', 8,)))
return {'FINISHED'}