Merge pull request #86431 from timothyqiu/ungroup-action
Improve action name for ungroup button in Scene dock
This commit is contained in:
commit
13a0d6e9b2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ void SceneTreeEditor::_cell_button_pressed(Object *p_item, int p_column, int p_i
|
|||
}
|
||||
|
||||
} else if (p_id == BUTTON_GROUP) {
|
||||
undo_redo->create_action(TTR("Button Group"));
|
||||
undo_redo->create_action(TTR("Ungroup Children"));
|
||||
|
||||
if (n->is_class("CanvasItem") || n->is_class("Node3D")) {
|
||||
undo_redo->add_do_method(n, "remove_meta", "_edit_group_");
|
||||
|
|
Loading…
Reference in a new issue