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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-08-13 22:35:39 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-08-13 22:35:39 +0400
commit4e8b97823b2c06abb1bd901abcf24c4c0b5184dd (patch)
tree537537f12f5cd0b8fd493bf528ea45e7ec76a014 /release
parent463ff86592ff220ca5a4c9f13439a0817024f57d (diff)
Typo (dimention instead of dimension).
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/add_mesh_torus.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_operators/add_mesh_torus.py b/release/scripts/startup/bl_operators/add_mesh_torus.py
index 08dfc2bf8b5..692787ce281 100644
--- a/release/scripts/startup/bl_operators/add_mesh_torus.py
+++ b/release/scripts/startup/bl_operators/add_mesh_torus.py
@@ -105,11 +105,11 @@ class AddTorus(Operator, object_utils.AddObjectHelper):
default=12,
)
mode = bpy.props.EnumProperty(
- name="Torus Dimentions",
+ name="Torus Dimensions",
items=(("MAJOR_MINOR", "Major/Minor",
- "Use the major/minor radiuses for torus dimensions"),
+ "Use the major/minor radii for torus dimensions"),
("EXT_INT", "Exterior/Interior",
- "Use the exterior/interior radiuses for torus dimensions")),
+ "Use the exterior/interior radii for torus dimensions")),
update=mode_update_callback,
)
major_radius = FloatProperty(