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:
-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);
}