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:
authorAlexander Gavrilov <angavrilov@gmail.com>2022-01-18 18:37:27 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2022-01-18 18:38:14 +0300
commit15657b7ccd54c2e0205b42aaa237690c1d9d53cb (patch)
tree9f80171cefe5f7e9630f98f0cc72802c94da6419
parentb88a37a490fa9e344eb36fd0bdda6eb46218e99b (diff)
Fix warning from rB9925606539.
-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");
}
}