1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Script editor: Rename 'Clone Down' to 'Duplicate Selection'

Fixes #36670.

(cherry picked from commit d41f4aca77)
This commit is contained in:
Rémi Verschelde
2021-06-29 12:09:07 +02:00
parent f0e76377cb
commit b35e61ba85
8 changed files with 18 additions and 18 deletions

View File

@@ -80,7 +80,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,