UI: Cleanup tooltip format

This commit is contained in:
Aaron Carlisle 2019-07-06 18:58:03 -04:00
parent e1fbab12dc
commit e106765c96
Notes: blender-bot 2023-10-04 09:42:55 +02:00
Referenced by issue #66544, Crashes a lot in Blender 2.8  EEVEE using linux and amd gpu-pro driver 19.20  with error:GPUTexture: texture alloc failed. Likely not enough Video Memory.
1 changed files with 2 additions and 2 deletions

View File

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