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>2015-10-12 22:34:14 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-10-12 22:34:14 +0300
commitcee8a3148ca6c4c970a6f4e2b5c896b11d877496 (patch)
tree4c1b53be1302810cb3bea2a39e7d53b1fc8f32fb /source/blender/windowmanager/intern/wm_operators.c
parentcdd727b7ceab5772503b702322e93620b7df651b (diff)
Usual UI message fixes...
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 6ccd2aabd35..1245430f68b 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -2807,7 +2807,7 @@ static int wm_link_append_exec(bContext *C, wmOperator *op)
/* sanity checks for flag */
if (scene && scene->id.lib) {
BKE_reportf(op->reports, RPT_WARNING,
- "Scene '%s' is linked, instanciation of objects & groups is disabled", scene->id.name + 2);
+ "Scene '%s' is linked, instantiation of objects & groups is disabled", scene->id.name + 2);
flag &= ~FILE_GROUP_INSTANCE;
scene = NULL;
}