fix T42046 Improved the option label for clarity

This commit is contained in:
Gaia Clary 2014-10-02 08:54:59 +02:00
parent 805bb22f46
commit 2040666fd1

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