From adcce654e38307b180ebdfa3699a80018ac95f63 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 18 Apr 2022 20:17:41 -0400 Subject: Cleanup: Use correct capitalization of "F-Curve" --- source/blender/makesrna/intern/rna_userdef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 8c86e44aebf..5ddc8e97e45 100644 --- a/source/blender/makesrna/intern/rna_userdef.c +++ b/source/blender/makesrna/intern/rna_userdef.c @@ -5256,7 +5256,7 @@ static void rna_def_userdef_edit(BlenderRNA *brna) prop = RNA_def_property(srna, "use_duplicate_fcurve", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "dupflag", USER_DUP_FCURVE); RNA_def_property_ui_text( - prop, "Duplicate F-Curve", "Causes F-curve data to be duplicated with the object"); + prop, "Duplicate F-Curve", "Causes F-Curve data to be duplicated with the object"); # endif prop = RNA_def_property(srna, "use_duplicate_action", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3