[Bf-blender-cvs] [903b5e1082d] master: UI: Cleanup tooltip format

Aaron Carlisle noreply at git.blender.org
Sun Jul 7 01:41:15 CEST 2019


Commit: 903b5e1082dd8a18e3717b56af906077726b6b17
Author: Aaron Carlisle
Date:   Sat Jul 6 19:39:23 2019 -0400
Branches: master
https://developer.blender.org/rB903b5e1082dd8a18e3717b56af906077726b6b17

UI: Cleanup tooltip format

===================================================================

M	source/blender/editors/io/io_collada.c

===================================================================

diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c
index b0b1fc47704..dad84c87fd7 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -726,8 +726,8 @@ void WM_OT_collada_export(wmOperatorType *ot)
               INT_MIN,
               INT_MAX,
               "Transform",
-              "Transformation type for translation, scale and rotation\n"
-              "Note: The Animation transformation type in the Anim Tab\n"
+              "Transformation type for translation, scale and rotation. "
+              "Note: The Animation transformation type in the Anim Tab "
               "is always equal to the Object transformation type in the Geom tab",
               INT_MIN,
               INT_MAX);
@@ -737,8 +737,8 @@ void WM_OT_collada_export(wmOperatorType *ot)
                prop_bc_export_transformation_type,
                0,
                "Transform",
-               "Transformation type for translation, scale and rotation\n"
-               "Note: The Animation transformation type in the Anim Tab\n"
+               "Transformation type for translation, scale and rotation. "
+               "Note: The Animation transformation type in the Anim Tab "
                "is always equal to the Object transformation type in the Geom tab");
 
   RNA_def_boolean(func,



More information about the Bf-blender-cvs mailing list