mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Fixes #36670.
This commit is contained in:
parent
8fb7a9f023
commit
d41f4aca77
8 changed files with 18 additions and 18 deletions
|
|
@ -117,7 +117,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue