Skip to content

Commit 87ba714

Browse files
committed
Added clarity on VCS metadata creator button
1 parent 9c0ef39 commit 87ba714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/editor_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7361,7 +7361,7 @@ EditorNode::EditorNode() {
73617361
vcs_actions_menu = VersionControlEditorPlugin::get_singleton()->get_version_control_actions_panel();
73627362
vcs_actions_menu->set_name("Version Control");
73637363
vcs_actions_menu->connect("index_pressed", callable_mp(this, &EditorNode::_version_control_menu_option));
7364-
vcs_actions_menu->add_item(TTR("Create Version Control Metadata..."), RUN_VCS_METADATA);
7364+
vcs_actions_menu->add_item(TTR("Create/Override Version Control Metadata..."), RUN_VCS_METADATA);
73657365
vcs_actions_menu->add_item(TTR("Version Control Settings..."), RUN_VCS_SETTINGS);
73667366
project_menu->add_child(vcs_actions_menu);
73677367
project_menu->set_item_submenu(project_menu->get_item_index(VCS_MENU), "Version Control");

0 commit comments

Comments
 (0)