UI: Cleanup tooltip format

This commit is contained in:
Aaron Carlisle 2019-07-06 19:39:23 -04:00
parent e106765c96
commit 903b5e1082
1 changed files with 4 additions and 4 deletions

View File

@ -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,