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>2021-03-18 17:31:41 +0300
committerBastien Montagne <bastien@blender.org>2021-03-18 17:59:18 +0300
commit59f92a218a80175364e08e43de541e2674c0ae55 (patch)
tree5f53731b0e7c030eb44378a80ff9c281480113a9
parent07f9a73a8fbc02f6488ad04804eea44681762863 (diff)
LibOverride: Outliner: Rename `Add...` to `Make...`.
Also more consistent with the name used for the 3DView operator.
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index 00be5142776..6f3231f3bdf 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -1775,13 +1775,13 @@ static const EnumPropertyItem prop_id_op_types[] = {
{OUTLINER_IDOP_OVERRIDE_LIBRARY_CREATE,
"OVERRIDE_LIBRARY_CREATE",
0,
- "Add Library Override",
- "Add a local override of this linked data-block"},
+ "Make Library Override",
+ "Make a local override of this linked data-block"},
{OUTLINER_IDOP_OVERRIDE_LIBRARY_CREATE_HIERARCHY,
"OVERRIDE_LIBRARY_CREATE_HIERARCHY",
0,
- "Add Library Override Hierarchy",
- "Add a local override of this linked data-block, and its hierarchy of dependencies"},
+ "Make Library Override Hierarchy",
+ "Make a local override of this linked data-block, and its hierarchy of dependencies"},
{OUTLINER_IDOP_OVERRIDE_LIBRARY_PROXY_CONVERT,
"OVERRIDE_LIBRARY_PROXY_CONVERT",
0,