[Bf-blender-cvs] [2040666] master: fix T42046 Improved the option label for clarity

Gaia Clary noreply at git.blender.org
Thu Oct 2 08:55:41 CEST 2014


Commit: 2040666fd1526c8ea21f2512dd6750ea11d3dc0c
Author: Gaia Clary
Date:   Thu Oct 2 08:54:59 2014 +0200
Branches: master
https://developer.blender.org/rB2040666fd1526c8ea21f2512dd6750ea11d3dc0c

fix T42046 Improved the option label for clarity

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

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 4045a9b..d81a8d7 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -355,8 +355,8 @@ void WM_OT_collada_export(wmOperatorType *ot)
 	RNA_def_enum(ot->srna, "export_transformation_type_selection", prop_bc_export_transformation_type, 0,
 	             "Transform", "Transformation type for translation, scale and rotation");
 
-	RNA_def_boolean(ot->srna, "open_sim", 0, "Export for OpenSim",
-	                "Compatibility mode for OpenSim and compatible online worlds");
+	RNA_def_boolean(ot->srna, "open_sim", 0, "Export to SL/OpenSim",
+	                "Compatibility mode for SL, OpenSim and other compatible online worlds");
 }




More information about the Bf-blender-cvs mailing list