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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-02-04 23:12:17 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-02-04 23:12:17 +0400
commit55ff9ecdd95ab16b9fc636162e14de8949041e27 (patch)
treed94dc1ad506dd1bbca44908da065bac8d653a060 /source/blender/makesrna/intern/rna_fcurve.c
parent13499c6240e9c4d69dc26a45a3b6bcbf11e8b414 (diff)
The usual UI messages tweaks...
Diffstat (limited to 'source/blender/makesrna/intern/rna_fcurve.c')
-rw-r--r--source/blender/makesrna/intern/rna_fcurve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_fcurve.c b/source/blender/makesrna/intern/rna_fcurve.c
index 1b3c6ef70bb..82e2cb3b0ea 100644
--- a/source/blender/makesrna/intern/rna_fcurve.c
+++ b/source/blender/makesrna/intern/rna_fcurve.c
@@ -684,7 +684,7 @@ void rna_FModifierEnvelope_points_remove(FModifier *fmod, ReportList *reports, P
/* test point is in range */
if (index < 0 || index >= env->totvert) {
- BKE_report(reports, RPT_ERROR, "Control Point not in FEnvelopeModifier");
+ BKE_report(reports, RPT_ERROR, "Control point not in Envelope F-Modifier");
return;
}