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:
authorDalai Felinto <dfelinto@gmail.com>2020-02-17 16:31:54 +0300
committerDalai Felinto <dfelinto@gmail.com>2020-02-17 16:44:22 +0300
commitd5d235c44facaf6dcb7b8242e2367901f7c78bd2 (patch)
tree5784816478b013b8920e143eb04e01ebc0afd821 /source/blender/editors/mesh/editmesh_polybuild.c
parent2278aa0da9d6a046ff014fab4b0cc6156394b0d1 (diff)
UI: Create quads > Create Quads
Diffstat (limited to 'source/blender/editors/mesh/editmesh_polybuild.c')
-rw-r--r--source/blender/editors/mesh/editmesh_polybuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_polybuild.c b/source/blender/editors/mesh/editmesh_polybuild.c
index 781e77de34a..08d513e43ac 100644
--- a/source/blender/editors/mesh/editmesh_polybuild.c
+++ b/source/blender/editors/mesh/editmesh_polybuild.c
@@ -436,7 +436,7 @@ void MESH_OT_polybuild_face_at_cursor(wmOperatorType *ot)
RNA_def_boolean(ot->srna,
"create_quads",
true,
- "Create quads",
+ "Create Quads",
"Automatically split edges in triangles to maintain quad topology");
/* to give to transform */
Transform_Properties(ot, P_PROPORTIONAL | P_MIRROR_DUMMY);