Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/scripts/templates_py/ui_previews_custom_icon.py2
-rw-r--r--release/scripts/templates_py/ui_previews_dynamic_enum.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/templates_py/ui_previews_custom_icon.py b/release/scripts/templates_py/ui_previews_custom_icon.py
index defa2d266e6..badc6614d40 100644
--- a/release/scripts/templates_py/ui_previews_custom_icon.py
+++ b/release/scripts/templates_py/ui_previews_custom_icon.py
@@ -3,7 +3,7 @@
#
# IMPORTANT NOTE: if you run this sample, there will be no icon in the button
# You need to replace the image path with a real existing one.
-# For distributable addons, it is recommended to place the icons inside the
+# For distributable scripts, it is recommended to place the icons inside the
# addon folder and access it relative to the py script file for portability
#
#
diff --git a/release/scripts/templates_py/ui_previews_dynamic_enum.py b/release/scripts/templates_py/ui_previews_dynamic_enum.py
index 1603df0335f..5dda6967a3c 100644
--- a/release/scripts/templates_py/ui_previews_dynamic_enum.py
+++ b/release/scripts/templates_py/ui_previews_dynamic_enum.py
@@ -13,7 +13,7 @@
#
# For custom icons, see the template "ui_previews_custom_icon.py".
#
-# For distributable addons, it is recommended to place the icons inside the
+# For distributable scripts, it is recommended to place the icons inside the
# addon directory and access it relative to the py script file for portability:
#
# os.path.join(os.path.dirname(__file__), "images")