[Bf-blender-cvs] [412d760efa1] ui-asset-view-template: LibOverride: Outliner: Rename `Add...` to `Make...`.

Bastien Montagne noreply at git.blender.org
Sun Mar 21 16:11:58 CET 2021


Commit: 412d760efa1be353dbaa6c3608ffdaf71949f81a
Author: Bastien Montagne
Date:   Thu Mar 18 15:31:41 2021 +0100
Branches: ui-asset-view-template
https://developer.blender.org/rB412d760efa1be353dbaa6c3608ffdaf71949f81a

LibOverride: Outliner: Rename `Add...` to `Make...`.

Also more consistent with the name used for the 3DView operator.

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

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 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,



More information about the Bf-blender-cvs mailing list