Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmarSquircleArt <mail@OmarEmara.dev>2020-02-17 17:37:59 +0300
committerOmarSquircleArt <mail@OmarEmara.dev>2020-02-17 17:37:59 +0300
commit5231d06d4cd4a613b0493965893ae17df43c0f22 (patch)
tree43b62d43cd56d5b2d4bbc5ffcf16f516e1462495 /source/blender/makesrna/intern/rna_wm_api.c
parentdcb905a58f59bf0f04249475e266d4b3929caaf0 (diff)
Cleanup: Remove period from RNA description.
Diffstat (limited to 'source/blender/makesrna/intern/rna_wm_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_wm_api.c2
1 files changed, 1 insertions, 1 deletions
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);
}