You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Fixes #36670.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user