From 5231d06d4cd4a613b0493965893ae17df43c0f22 Mon Sep 17 00:00:00 2001 From: OmarSquircleArt Date: Mon, 17 Feb 2020 16:37:59 +0200 Subject: Cleanup: Remove period from RNA description. --- source/blender/makesrna/intern/rna_wm_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_wm_api.c b/source/blender/makesrna/intern/rna_wm_api.c index fcc5b3a9b42..c7a187e47b3 100644 --- a/source/blender/makesrna/intern/rna_wm_api.c +++ b/source/blender/makesrna/intern/rna_wm_api.c @@ -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); } -- cgit v1.2.3