[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54473] trunk/blender/source/blender/ editors/io/io_collada.c: Please stop adding points in tooltips, unless it is absolutely necessary! Commas, parenthesis, en quads, etc., do exist!

Bastien Montagne montagne29 at wanadoo.fr
Mon Feb 11 19:47:07 CET 2013


Revision: 54473
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54473
Author:   mont29
Date:     2013-02-11 18:47:06 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
Please stop adding points in tooltips, unless it is absolutely necessary! Commas, parenthesis, en quads, etc., do exist!

I took time to add basics about our UI messages conventions in blender code style guide (http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#UI_Messages), so I?\226?\128?\153d like to stop wasting time over such stupid things. Especially when I alredy did it one day ago!

Modified Paths:
--------------
    trunk/blender/source/blender/editors/io/io_collada.c

Modified: trunk/blender/source/blender/editors/io/io_collada.c
===================================================================
--- trunk/blender/source/blender/editors/io/io_collada.c	2013-02-11 18:29:19 UTC (rev 54472)
+++ trunk/blender/source/blender/editors/io/io_collada.c	2013-02-11 18:47:06 UTC (rev 54473)
@@ -368,8 +368,8 @@
 
 	RNA_def_boolean(ot->srna,
 	                "import_units", 0, "Import Units",
-	                "If disabled match import to Blender's current Unit settings. "
-	                "Otherwise use the settings from the Imported scene");
+	                "If disabled match import to Blender's current Unit settings, "
+	                "otherwise use the settings from the Imported scene");
 
 }
 #endif




More information about the Bf-blender-cvs mailing list