Skip to content

Commit f925eef

Browse files
ZehirBenjaTK
andcommitted
Update addons/gaea/editor/graph_editor/node_context_menu.gd
Co-authored-by: BenjaTK <73806216+BenjaTK@users.noreply.github.com>
1 parent ae6ede1 commit f925eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/gaea/editor/graph_editor/node_context_menu.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func populate(selected: Array) -> void:
4343
add_item("Clear Copy Buffer", Action.CLEAR_BUFFER)
4444

4545
add_separator()
46-
add_item("Copy to clipboard", Action.COPY_TO_CLIPBOARD)
46+
add_item("Copy to Clipboard", Action.COPY_TO_CLIPBOARD)
4747
add_item("Paste from Clipboard", Action.PASTE_FROM_CLIPBOARD)
4848

4949
if not is_instance_valid(graph_edit.copy_buffer):

0 commit comments

Comments
 (0)