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:
authorBastien Montagne <montagne29@wanadoo.fr>2019-07-09 16:29:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-07-09 16:30:24 +0300
commitfd48ef25a02e61b47798e5272913a7f52f2d1121 (patch)
treee369ddb054629860462812a5f4fe7e577585c951 /source/blender/editors/space_outliner/outliner_collections.c
parentb1020ca16912ac5856930819f34849673f204257 (diff)
Fix (minor) some typos and other errors in UI messages.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_collections.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_collections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_collections.c b/source/blender/editors/space_outliner/outliner_collections.c
index 459183ff226..4740c412083 100644
--- a/source/blender/editors/space_outliner/outliner_collections.c
+++ b/source/blender/editors/space_outliner/outliner_collections.c
@@ -593,7 +593,7 @@ static int collection_link_exec(bContext *C, wmOperator *op)
if (ID_IS_LINKED(active_collection) ||
((active_collection->flag & COLLECTION_IS_MASTER) && ID_IS_LINKED(scene))) {
- BKE_report(op->reports, RPT_ERROR, "Cannot add a colection to a linked collection/scene");
+ BKE_report(op->reports, RPT_ERROR, "Cannot add a collection to a linked collection/scene");
return OPERATOR_CANCELLED;
}