[Bf-blender-cvs] [59f92a218a8] master: LibOverride: Outliner: Rename `Add...` to `Make...`.

Bastien Montagne noreply at git.blender.org
Thu Mar 18 15:59:23 CET 2021


Commit: 59f92a218a80175364e08e43de541e2674c0ae55
Author: Bastien Montagne
Date:   Thu Mar 18 15:31:41 2021 +0100
Branches: master
https://developer.blender.org/rB59f92a218a80175364e08e43de541e2674c0ae55

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