Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 02:39:23 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 02:39:48 +0300
commit903b5e1082dd8a18e3717b56af906077726b6b17 (patch)
treed1431513516f807e6778946ad2fbc3862c6270e4 /source/blender/editors/io
parente106765c9682ef96dac7407e0c8885e6a7e1fff0 (diff)
UI: Cleanup tooltip format
Diffstat (limited to 'source/blender/editors/io')
-rw-r--r--source/blender/editors/io/io_collada.c8
1 files changed, 4 insertions, 4 deletions
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,