[Bf-blender-cvs] [c0c0eb7e7eb] blender2.8: Fix typo in transform orientations.

Brecht Van Lommel noreply at git.blender.org
Tue Jul 3 14:53:29 CEST 2018


Commit: c0c0eb7e7eb55361dc01f9d91ab47cdf16177d1f
Author: Brecht Van Lommel
Date:   Tue Jul 3 14:51:35 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBc0c0eb7e7eb55361dc01f9d91ab47cdf16177d1f

Fix typo in transform orientations.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 1927f95670f..672a5d081bf 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4152,7 +4152,7 @@ class VIEW3D_PT_transform_orientations(Panel):
 
     def draw(self, context):
         layout = self.layout
-        layout.label("Tranform Orientations")
+        layout.label("Transform Orientations")
 
         scene = context.scene
         orientation = scene.current_orientation



More information about the Bf-blender-cvs mailing list