Cleanup: rename 'datablocks' -> 'data-blocks'

Similar to addons -> add-ons, for reading it fits better to hyphenate.
This commit is contained in:
Campbell Barton
2015-10-24 02:44:43 +11:00
parent 4ff10119f7
commit d5fb0e517c
43 changed files with 211 additions and 210 deletions

View File

@@ -87,7 +87,7 @@ class IMAGE_MT_view(Menu):
layout.prop(uv, "show_metadata")
if paint.brush and (context.image_paint_object or sima.mode == 'PAINT'):
layout.prop(uv, "show_texpaint")
layout.prop(toolsettings, "show_uv_local_view", text="Show same material")
layout.prop(toolsettings, "show_uv_local_view", text="Show Same Material")
layout.separator()