From 1241802abbb36660722a6905982a2ed24be3a969 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 28 Sep 2020 09:09:23 +0200 Subject: [PATCH] Fix typo in UI messages. --- source/blender/editors/space_outliner/outliner_tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c index eb2969aa15d..a4043d426a3 100644 --- a/source/blender/editors/space_outliner/outliner_tools.c +++ b/source/blender/editors/space_outliner/outliner_tools.c @@ -1448,7 +1448,7 @@ static const EnumPropertyItem prop_object_op_types[] = { "OBJECT_PROXY_TO_OVERRIDE", 0, "Convert Proxy to Override", - "Convert a Proxy object to a full library override, inclduing all its dependencies"}, + "Convert a Proxy object to a full library override, including all its dependencies"}, {0, NULL, 0, NULL, NULL}, }; @@ -1739,7 +1739,7 @@ static const EnumPropertyItem prop_id_op_types[] = { "OVERRIDE_LIBRARY_PROXY_CONVERT", 0, "Convert Proxy to Override", - "Convert a Proxy object to a full library override, inclduing all its dependencies"}, + "Convert a Proxy object to a full library override, including all its dependencies"}, {OUTLINER_IDOP_OVERRIDE_LIBRARY_RESET, "OVERRIDE_LIBRARY_RESET", 0,