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 <bastien@blender.org>2020-09-28 10:09:23 +0300
committerBastien Montagne <bastien@blender.org>2020-09-28 10:09:23 +0300
commit1241802abbb36660722a6905982a2ed24be3a969 (patch)
tree307d961796945e10f81070b94b28680bf3e65112 /source/blender/editors/space_outliner/outliner_tools.c
parentb1bdfb6e32b9371048677196ac256290cfd35d0b (diff)
Fix typo in UI messages.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_tools.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c4
1 files 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,