فهرست منبع

Removed default commit message

janglee 4 سال پیش
والد
کامیت
718227df6b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      editor/plugins/version_control_editor_plugin.cpp

+ 0 - 1
editor/plugins/version_control_editor_plugin.cpp

@@ -463,7 +463,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);