[Bf-blender-cvs] [b76dbf5e65] master: UI: Fix capitalization inconsistency

Aaron Carlisle noreply at git.blender.org
Thu Jan 19 01:39:12 CET 2017


Commit: b76dbf5e65b89b1f276a6c007c6c9541910c3f5c
Author: Aaron Carlisle
Date:   Wed Jan 18 19:38:55 2017 -0500
Branches: master
https://developer.blender.org/rBb76dbf5e65b89b1f276a6c007c6c9541910c3f5c

UI: Fix capitalization inconsistency

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_game.py b/release/scripts/startup/bl_ui/properties_game.py
index 98b7a76e54..4d54817a21 100644
--- a/release/scripts/startup/bl_ui/properties_game.py
+++ b/release/scripts/startup/bl_ui/properties_game.py
@@ -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




More information about the Bf-blender-cvs mailing list