[Bf-blender-cvs] [e106765c968] master: UI: Cleanup tooltip format

Aaron Carlisle noreply at git.blender.org
Sun Jul 7 00:58:15 CEST 2019


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



More information about the Bf-blender-cvs mailing list