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
path: root/source
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 01:58:03 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 01:58:03 +0300
commite106765c9682ef96dac7407e0c8885e6a7e1fff0 (patch)
tree0e692929fc9d942a124bac8d52a4041b5904bcdd /source
parente1fbab12dcd1d4baba267c291809910854f23211 (diff)
UI: Cleanup tooltip format
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/io/io_collada.c4
1 files changed, 2 insertions, 2 deletions
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");