Spelling of UI messages (then -> than).
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user