From e106765c9682ef96dac7407e0c8885e6a7e1fff0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 6 Jul 2019 18:58:03 -0400 Subject: UI: Cleanup tooltip format --- source/blender/editors/io/io_collada.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c index 1f844961d19..b0b1fc47704 100644 --- a/source/blender/editors/io/io_collada.c +++ b/source/blender/editors/io/io_collada.c @@ -593,8 +593,8 @@ void WM_OT_collada_export(wmOperatorType *ot) "apply_global_orientation", false, "Apply Global Orientation", - "enabled: Rotate all root objects to match the global orientation " - "settings.\ndisabled: set global orientation in Collada assets"); + "Rotate all root objects to match the global orientation settings " + "otherwise set the global orientation per Collada asset"); RNA_def_boolean(func, "selected", false, "Selection Only", "Export only selected elements"); -- cgit v1.2.3