Commit: 8a2371e40803b256deb0997012898bfea4d38e5b
Author: Bastien Montagne
Date:   Tue Aug 11 22:29:16 2015 +0200
Branches: master
https://developer.blender.org/rB8a2371e40803b256deb0997012898bfea4d38e5b

Usual UI message cleanup/fixes.

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

M       source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c 
b/source/blender/makesrna/intern/rna_userdef.c
index 7a6bfa0..c8e5201 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -4297,7 +4297,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
        RNA_def_property_enum_sdna(prop, NULL, "opensubdiv_compute_type");
        RNA_def_property_enum_items(prop, opensubdiv_compute_type_items);
        RNA_def_property_enum_funcs(prop, NULL, NULL, 
"rna_userdef_opensubdiv_compute_type_itemf");
-       RNA_def_property_ui_text(prop, "OpenSubdiv Compute Type", "Type of 
computer backend used with OpenSubdiv");
+       RNA_def_property_ui_text(prop, "OpenSubdiv Compute Type", "Type of 
computer back-end used with OpenSubdiv");
        RNA_def_property_update(prop, NC_SPACE | ND_SPACE_PROPERTIES, 
"rna_userdef_opensubdiv_update");
 #endif
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to