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:
Diffstat (limited to 'source/blender/makesrna/intern/rna_rna.c')
-rw-r--r--source/blender/makesrna/intern/rna_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c
index 37e7e5e6bed..3e150d03bf0 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -3121,7 +3121,7 @@ static void rna_def_number_property(StructRNA *srna, PropertyType type)
"Precision",
"Number of digits after the dot used by buttons. Fraction is "
"automatically hidden for exact integer values of fields with unit "
- "'NONE' or 'TIME' (frame count) and step divisible by 100.");
+ "'NONE' or 'TIME' (frame count) and step divisible by 100");
}
}