Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-04-19 03:17:41 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-04-19 03:17:41 +0300
commitadcce654e38307b180ebdfa3699a80018ac95f63 (patch)
tree67ae5a9673e33290da6a4c17f4e2d8d23532b5a7 /source/blender/makesrna/intern/rna_userdef.c
parent549f68149d8d5a90067d3488ebffb522ff6c3d8c (diff)
Cleanup: Use correct capitalization of "F-Curve"
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
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);