diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-06-29 12:09:07 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-06-29 12:14:24 +0200 |
commit | d41f4aca774fbd32b8fdae81213fa8f2e5719fa9 (patch) | |
tree | 102f53314c9cb91ae90af35227e7321de8001a80 /editor/plugins/shader_editor_plugin.h | |
parent | 8fb7a9f0233f61d7a18359523002ab38797f6853 (diff) | |
download | redot-engine-d41f4aca774fbd32b8fdae81213fa8f2e5719fa9.tar.gz |
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Fixes #36670.
Diffstat (limited to 'editor/plugins/shader_editor_plugin.h')
-rw-r--r-- | editor/plugins/shader_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h index d7da73f2ae..77579754d3 100644 --- a/editor/plugins/shader_editor_plugin.h +++ b/editor/plugins/shader_editor_plugin.h @@ -91,7 +91,7 @@ class ShaderEditor : public PanelContainer { EDIT_INDENT_LEFT, EDIT_INDENT_RIGHT, EDIT_DELETE_LINE, - EDIT_CLONE_DOWN, + EDIT_DUPLICATE_SELECTION, EDIT_TOGGLE_COMMENT, EDIT_COMPLETE, SEARCH_FIND, |