UI: Cleanup tooltip format

This commit is contained in:
Aaron Carlisle 2019-07-06 19:39:23 -04:00
parent e106765c96
commit 903b5e1082

@ -726,8 +726,8 @@ void WM_OT_collada_export(wmOperatorType *ot)
INT_MIN, INT_MIN,
INT_MAX, INT_MAX,
"Transform", "Transform",
"Transformation type for translation, scale and rotation\n" "Transformation type for translation, scale and rotation. "
"Note: The Animation transformation type in the Anim Tab\n" "Note: The Animation transformation type in the Anim Tab "
"is always equal to the Object transformation type in the Geom tab", "is always equal to the Object transformation type in the Geom tab",
INT_MIN, INT_MIN,
INT_MAX); INT_MAX);
@ -737,8 +737,8 @@ void WM_OT_collada_export(wmOperatorType *ot)
prop_bc_export_transformation_type, prop_bc_export_transformation_type,
0, 0,
"Transform", "Transform",
"Transformation type for translation, scale and rotation\n" "Transformation type for translation, scale and rotation. "
"Note: The Animation transformation type in the Anim Tab\n" "Note: The Animation transformation type in the Anim Tab "
"is always equal to the Object transformation type in the Geom tab"); "is always equal to the Object transformation type in the Geom tab");
RNA_def_boolean(func, RNA_def_boolean(func,