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:
authorCampbell Barton <ideasman42@gmail.com>2015-05-12 10:17:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-12 11:23:29 +0300
commit311f6cac921b84cdbf770fe10ef2d656ee1817e5 (patch)
tree0a09895bb64341a8a7233a88f316d53047529e1d /release/scripts/templates_py/ui_previews_dynamic_enum.py
parent8a231185aaf8b5f0753320bdd5de12538c626524 (diff)
Doc: replace addons -> scripts in docstring
Theres nothing add-on specific here.
Diffstat (limited to 'release/scripts/templates_py/ui_previews_dynamic_enum.py')
-rw-r--r--release/scripts/templates_py/ui_previews_dynamic_enum.py2
1 files changed, 1 insertions, 1 deletions
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")