Browse Source

Removed default commit message

(cherry picked from commit 718227df6badfacb9525e9968e70cbae28f1c7da)
janglee 4 years ago
parent
commit
23280293d4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/plugins/version_control_editor_plugin.cpp

+ 0 - 1
editor/plugins/version_control_editor_plugin.cpp

@@ -532,7 +532,6 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() {
 	commit_message->set_v_grow_direction(Control::GrowDirection::GROW_DIRECTION_END);
 	commit_message->set_custom_minimum_size(Size2(200, 100));
 	commit_message->set_wrap_enabled(true);
-	commit_message->set_text(TTR("Add a commit message"));
 	commit_box_vbc->add_child(commit_message);
 
 	commit_button = memnew(Button);