UI: Fix more double ":" in UI labels

This commit is contained in:
Sv. Lockal
2014-03-27 07:15:08 +04:00
parent 5256a5d66c
commit 7397ef8666
3 changed files with 6 additions and 6 deletions

View File

@@ -375,7 +375,7 @@ def draw_keymaps(context, layout):
row = subcol.row(align=True)
#~ row.prop_search(wm.keyconfigs, "active", wm, "keyconfigs", text="Key Config:")
#~ row.prop_search(wm.keyconfigs, "active", wm, "keyconfigs", text="Key Config")
text = bpy.path.display_name(wm.keyconfigs.active.name)
if not text:
text = "Blender (default)"