[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55905] trunk/blender/source/blender: A few more UI messages fixes...

Bastien Montagne montagne29 at wanadoo.fr
Mon Apr 8 15:19:50 CEST 2013


Revision: 55905
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55905
Author:   mont29
Date:     2013-04-08 13:19:50 +0000 (Mon, 08 Apr 2013)
Log Message:
-----------
A few more UI messages fixes...

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/editmesh_tools.c
    trunk/blender/source/blender/makesrna/intern/rna_linestyle.c

Modified: trunk/blender/source/blender/editors/mesh/editmesh_tools.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh_tools.c	2013-04-08 13:03:04 UTC (rev 55904)
+++ trunk/blender/source/blender/editors/mesh/editmesh_tools.c	2013-04-08 13:19:50 UTC (rev 55905)
@@ -2679,7 +2679,7 @@
 	/* identifiers */
 	ot->name = "Poke Faces";
 	ot->idname = "MESH_OT_poke";
-	ot->description = "Splits a face into a fan";
+	ot->description = "Split a face into a fan";
 
 	/* api callbacks */
 	ot->exec = edbm_poke_face_exec;
@@ -3910,7 +3910,7 @@
 {
 	/* identifiers */
 	ot->name = "Mark Freestyle Edge";
-	ot->description = "(un)mark selected edges as Freestyle feature edges";
+	ot->description = "(Un)mark selected edges as Freestyle feature edges";
 	ot->idname = "MESH_OT_mark_freestyle_edge";
 
 	/* api callbacks */
@@ -3971,7 +3971,7 @@
 {
 	/* identifiers */
 	ot->name = "Mark Freestyle Face";
-	ot->description = "(un)mark selected faces for exclusion from Freestyle feature edge detection";
+	ot->description = "(Un)mark selected faces for exclusion from Freestyle feature edge detection";
 	ot->idname = "MESH_OT_mark_freestyle_face";
 
 	/* api callbacks */

Modified: trunk/blender/source/blender/makesrna/intern/rna_linestyle.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_linestyle.c	2013-04-08 13:03:04 UTC (rev 55904)
+++ trunk/blender/source/blender/makesrna/intern/rna_linestyle.c	2013-04-08 13:19:50 UTC (rev 55905)
@@ -610,7 +610,7 @@
 	RNA_def_property_float_sdna(prop, NULL, "error");
 	RNA_def_property_ui_text(prop, "Error",
 	                         "Maximum distance allowed between the new Bezier curve and the "
-	                         "original backbone geometry)");
+	                         "original backbone geometry");
 	RNA_def_property_update(prop, NC_LINESTYLE, NULL);
 
 	srna = RNA_def_struct(brna, "LineStyleGeometryModifier_SinusDisplacement", "LineStyleGeometryModifier");




More information about the Bf-blender-cvs mailing list