From 903b5e1082dd8a18e3717b56af906077726b6b17 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 6 Jul 2019 19:39:23 -0400 Subject: UI: Cleanup tooltip format --- source/blender/editors/io/io_collada.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source') 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, -- cgit v1.2.3