Skip to content

Commit

Permalink
Merge pull request #86431 from timothyqiu/ungroup-action
Browse files Browse the repository at this point in the history
Improve action name for ungroup button in Scene dock
  • Loading branch information
YuriSizov committed Dec 22, 2023
2 parents ebbc985 + c62c0fb commit 13a0d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/gui/scene_tree_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_");
Expand Down

0 comments on commit 13a0d6e

Please sign in to comment.