You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Fixes #36670.
(cherry picked from commit d41f4aca77)
This commit is contained in:
@@ -217,7 +217,7 @@ public:
|
||||
void move_lines_up();
|
||||
void move_lines_down();
|
||||
void delete_lines();
|
||||
void clone_lines_down();
|
||||
void duplicate_selection();
|
||||
|
||||
/// Toggle inline comment on currently selected lines, or on current line if nothing is selected,
|
||||
/// by adding or removing comment delimiter
|
||||
|
||||
Reference in New Issue
Block a user