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-02-01 07:15:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-01 07:15:57 +0300
commit4174524cb02708f4f1492f7778e5afcd17cf0a0d (patch)
tree9c7c692112768b72f2b22c7cccfe0f61f85e2e87 /release
parent4d96202c9e5c8cf83d5a91db3946ee622f1ad8f5 (diff)
Error in last commit
Diffstat (limited to 'release')
-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 ea1307601a8..ce3d6fffbb3 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -943,7 +943,7 @@ class USERPREF_PT_theme(Panel):
col = split.column()
for i, ui in enumerate(theme.bone_color_sets, 1):
- col.label(text=iface_("Color Set %d:") % 1, translate=False)
+ col.label(text=iface_("Color Set %d:") % i, translate=False)
row = col.row()