Cleanup: Fix typo error

This commit is contained in:
Antonio Vazquez 2020-04-09 10:58:42 +02:00
parent ee5cec4a50
commit b5e277ed05
1 changed files with 1 additions and 1 deletions

View File

@ -1822,7 +1822,7 @@ void GPENCIL_OT_image_to_grease_pencil(wmOperatorType *ot)
0.0001f,
10.0f,
"Point Size",
"Size used for graese pencil points",
"Size used for grease pencil points",
0.001f,
1.0f);
RNA_def_property_flag(ot->prop, PROP_SKIP_SAVE);