Skip to content

Commit 13a0d6e

Browse files
committed
Merge pull request #86431 from timothyqiu/ungroup-action
Improve action name for ungroup button in Scene dock
2 parents ebbc985 + c62c0fb commit 13a0d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/gui/scene_tree_editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void SceneTreeEditor::_cell_button_pressed(Object *p_item, int p_column, int p_i
121121
}
122122

123123
} else if (p_id == BUTTON_GROUP) {
124-
undo_redo->create_action(TTR("Button Group"));
124+
undo_redo->create_action(TTR("Ungroup Children"));
125125

126126
if (n->is_class("CanvasItem") || n->is_class("Node3D")) {
127127
undo_redo->add_do_method(n, "remove_meta", "_edit_group_");

0 commit comments

Comments
 (0)