Cleanup: Remove period from RNA description.

This commit is contained in:
Omar Emara 2020-02-17 16:37:59 +02:00
parent dcb905a58f
commit 5231d06d4c
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ void RNA_api_wm(StructRNA *srna)
"Is Interface Locked",
"If true, the interface is currently locked by a running job and data shouldn't be modified "
"from application timers. Otherwise, the running job might conflict with the handler "
"causing unexpected results or even crashes.");
"causing unexpected results or even crashes");
RNA_def_property_clear_flag(parm, PROP_EDITABLE);
}