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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-03-19 23:17:17 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-03-19 23:17:17 +0400
commit3dbc34049a65dadfcb830c8e351eb14cd6a7ade8 (patch)
tree754394d73f67fdd6f313d93433194f761831963d /source
parentd7b072f450d122f31d28d1fc0aa216da8dee38fc (diff)
Spelling of UI messages (then -> than).
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/mesh/bmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/bmesh_tools.c b/source/blender/editors/mesh/bmesh_tools.c
index d00efdc15aa..17b6702cf9a 100644
--- a/source/blender/editors/mesh/bmesh_tools.c
+++ b/source/blender/editors/mesh/bmesh_tools.c
@@ -139,7 +139,7 @@ void MESH_OT_subdivide(wmOperatorType *ot)
RNA_def_boolean(ot->srna, "quadtri", 0, "Quad/Tri Mode", "Tries to prevent ngons");
RNA_def_enum(ot->srna, "quadcorner", prop_mesh_cornervert_types, SUBD_STRAIGHT_CUT,
- "Quad Corner Type", "How to subdivide quad corners (anything other then Straight Cut will prevent ngons)");
+ "Quad Corner Type", "How to subdivide quad corners (anything other than Straight Cut will prevent ngons)");
RNA_def_float(ot->srna, "fractal", 0.0f, 0.0f, FLT_MAX, "Fractal", "Fractal randomness factor", 0.0f, 1000.0f);
RNA_def_int(ot->srna, "seed", 0, 0, 10000, "Random Seed", "Seed for the random number generator", 0, 50);