Commit: e106765c9682ef96dac7407e0c8885e6a7e1fff0
Author: Aaron Carlisle
Date:   Sat Jul 6 18:58:03 2019 -0400
Branches: master
https://developer.blender.org/rBe106765c9682ef96dac7407e0c8885e6a7e1fff0

UI: Cleanup tooltip format

===================================================================

M       source/blender/editors/io/io_collada.c

===================================================================

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");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to