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:
authorThomas Dinges <blender@dingto.org>2014-01-14 12:45:40 +0400
committerThomas Dinges <blender@dingto.org>2014-01-14 12:45:40 +0400
commitb7f04acb0c0fb8f3e8f0d5ca615d9bb8d52467bb (patch)
tree85a4ebfe886a3b3a8341930b02ef89148e5d73a5 /release
parentaa986c3f3d5cee39d218cadba2c41d218e9ef21b (diff)
Fix T38205, typo in Add Torus operator.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/add_mesh_torus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/add_mesh_torus.py b/release/scripts/startup/bl_operators/add_mesh_torus.py
index aa01e20fc97..39b0df1dd65 100644
--- a/release/scripts/startup/bl_operators/add_mesh_torus.py
+++ b/release/scripts/startup/bl_operators/add_mesh_torus.py
@@ -168,7 +168,7 @@ class AddTorus(Operator, object_utils.AddObjectHelper):
col.prop(self, 'minor_segments', text="")
col = layout.column(align=True)
- col.label(text="Torus Dimentions")
+ col.label(text="Torus Dimensions")
col.row().prop(self, 'mode', expand=True)
if self.mode == 'MAJOR_MINOR':