From 15657b7ccd54c2e0205b42aaa237690c1d9d53cb Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Tue, 18 Jan 2022 18:37:27 +0300 Subject: Fix warning from rB9925606539. --- source/blender/makesrna/intern/rna_rna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- cgit v1.2.3