Commit: 1241802abbb36660722a6905982a2ed24be3a969
Author: Bastien Montagne
Date:   Mon Sep 28 09:09:23 2020 +0200
Branches: master
https://developer.blender.org/rB1241802abbb36660722a6905982a2ed24be3a969

Fix typo in UI messages.

===================================================================

M       source/blender/editors/space_outliner/outliner_tools.c

===================================================================

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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to