Skip to content

Commit bd7b123

Browse files
authored
Improved menu text for adding item to library (contributed by williamchange)
Improved menu text for adding item to library
2 parents 30bb111 + 3295672 commit bd7b123

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

material_maker/doc/user_interface_main_menu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Tools menu
115115
modify the number of choices and outputs, and input/output modes will
116116
become editable.
117117

118-
* *Add selected node to user library* is only visible when the current
118+
* *Add selection to user library* is only visible when the current
119119
project is a procedural material. It first prompts for an item name. If a name is entered and
120120
confirmed, the selected nodes in the current material will be added to the user library under
121121
that name. The user library is saved automatically.

material_maker/main_window.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const MENU : Array[Dictionary] = [
103103
{ menu="Tools/Create group", command="create_subgraph", shortcut="Control+G" },
104104
{ menu="Tools/Make selected nodes editable", command="make_selected_nodes_editable", shortcut="Control+W" },
105105
{ menu="Tools/-" },
106-
{ menu="Tools/Add selected node to library", submenu="add_selection_to_library", mode="material" },
106+
{ menu="Tools/Add selection to library", submenu="add_selection_to_library", mode="material" },
107107
{ menu="Tools/Add current brush to library", submenu="add_brush_to_library", mode="paint", not_in_ports=["HTML5"] },
108108
{ menu="Tools/Create a screenshot of the current graph", command="generate_graph_screenshot", mode="material" },
109109
{ menu="Tools/Paint project settings", command="paint_project_settings", mode="paint", not_in_ports=["HTML5"] },

0 commit comments

Comments
 (0)