Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-03 15:51:35 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-03 15:52:34 +0300
commitc0c0eb7e7eb55361dc01f9d91ab47cdf16177d1f (patch)
treebaaee547cf1a2ade8926cffc881a846f7f7c2680
parent33a5cde313105a46d5e7b743819be3800cb3be3a (diff)
Fix typo in transform orientations.
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
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