You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Make editor's shortcut names translated on-site
This commit is contained in:
@@ -832,8 +832,8 @@ GroupsEditor::GroupsEditor() {
|
||||
node = nullptr;
|
||||
scene_tree = SceneTree::get_singleton();
|
||||
|
||||
ED_SHORTCUT("groups_editor/delete", TTR("Delete"), Key::KEY_DELETE);
|
||||
ED_SHORTCUT("groups_editor/rename", TTR("Rename"), Key::F2);
|
||||
ED_SHORTCUT("groups_editor/delete", TTRC("Delete"), Key::KEY_DELETE);
|
||||
ED_SHORTCUT("groups_editor/rename", TTRC("Rename"), Key::F2);
|
||||
ED_SHORTCUT_OVERRIDE("groups_editor/rename", "macos", Key::ENTER);
|
||||
|
||||
HBoxContainer *hbc = memnew(HBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user