[Bf-blender-cvs] [4174524cb02] master: Error in last commit

Campbell Barton noreply at git.blender.org
Thu Feb 1 05:23:25 CET 2018


Commit: 4174524cb02708f4f1492f7778e5afcd17cf0a0d
Author: Campbell Barton
Date:   Thu Feb 1 15:15:57 2018 +1100
Branches: master
https://developer.blender.org/rB4174524cb02708f4f1492f7778e5afcd17cf0a0d

Error in last commit

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

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()



More information about the Bf-blender-cvs mailing list