Fix warning from rB9925606539.

This commit is contained in:
Alexander Gavrilov 2022-01-18 18:37:27 +03:00
parent b88a37a490
commit 15657b7ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}