You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Fixes #36670.
(cherry picked from commit d41f4aca77)
This commit is contained in:
@@ -119,7 +119,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
||||
EDIT_INDENT_RIGHT,
|
||||
EDIT_INDENT_LEFT,
|
||||
EDIT_DELETE_LINE,
|
||||
EDIT_CLONE_DOWN,
|
||||
EDIT_DUPLICATE_SELECTION,
|
||||
EDIT_PICK_COLOR,
|
||||
EDIT_TO_UPPERCASE,
|
||||
EDIT_TO_LOWERCASE,
|
||||
|
||||
Reference in New Issue
Block a user