UI: Fix capitalization inconsistency

This commit is contained in:
Aaron Carlisle 2017-01-18 19:38:55 -05:00
parent 4a19112277
commit b76dbf5e65
Notes: blender-bot 2023-02-14 07:16:36 +01:00
Referenced by issue #50533, Transparency shader doesn't cast shadows with curve segments
Referenced by issue #50497, Python : prop_search not correctly drew in UI
Referenced by issue #50474, Blender/Cycles 2.78a OpenCL kernel compilation error on AMD GPU
Referenced by issue #50486, Snap conflict, viewport clipping + work in the middle of two faces
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ class WORLD_PT_game_physics(WorldButtonsPanel, Panel):
class WORLD_PT_game_physics_obstacles(WorldButtonsPanel, Panel):
bl_label = "Obstacle simulation"
bl_label = "Obstacle Simulation"
COMPAT_ENGINES = {'BLENDER_GAME'}
@classmethod