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>2018-11-22 08:17:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-22 08:17:09 +0300
commitea2d0f9a7a82e512744e81df0b4eabfae37b3870 (patch)
treec21619a274912712362ed531d51750852faf414d /release/scripts/startup/bl_ui/space_userpref.py
parentdcf4bf8db9ab29bb523bc84e963f56872576c0fc (diff)
Correct typo
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 a5e0a3c9779..954326f8899 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1210,7 +1210,7 @@ class USERPREF_PT_addons(Panel):
_support_icon_mapping = {
'OFFICIAL': 'FILE_BLEND',
- 'COMMUNITY': 'COMUNITY',
+ 'COMMUNITY': 'COMMUNITY',
'TESTING': 'EXPERIMENTAL',
}