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>2014-11-14 14:17:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-14 14:19:14 +0300
commit2c3a503731f4d9bbba5fdc0e79a7ae34bd18baf2 (patch)
tree1e6fce3ad9f8b84c1852f333b5fe94d97ca2ab72 /release/scripts/startup/bl_ui/space_userpref.py
parentf9adf3616cf3283e2e449fea5c0848b141194802 (diff)
UI: Rename Addons -> Add-ons
D812 by @thefallenweeble internally variable names & paths remain the same, this is for labels & tips only.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 3390361c5d2..82621154450 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1160,7 +1160,7 @@ class USERPREF_MT_addons_dev_guides(Menu):
class USERPREF_PT_addons(Panel):
bl_space_type = 'USER_PREFERENCES'
- bl_label = "Addons"
+ bl_label = "Add-ons"
bl_region_type = 'WINDOW'
bl_options = {'HIDE_HEADER'}