Browse Source

fix Vulkan project description

Marcin Zawiejski 5 years ago
parent
commit
dc793bb816
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/project_manager.cpp

+ 1 - 1
editor/project_manager.cpp

@@ -885,7 +885,7 @@ public:
 		rs_button->set_pressed(true);
 		rs_button->set_pressed(true);
 		rvb->add_child(rs_button);
 		rvb->add_child(rs_button);
 		l = memnew(Label);
 		l = memnew(Label);
-		l->set_text(TTR("- Higher visual quality\n- More accurate API, which produces very fast code\n- Some features not implemented yet  work in progress\n- Incompatible with older hardware\n- Not recommended for web and mobile games"));
+		l->set_text(TTR("- Higher visual quality\n- More accurate API, which produces very fast code\n- Some features not implemented yet - work in progress\n- Incompatible with older hardware\n- Not recommended for web and mobile games"));
 		l->set_modulate(Color(1, 1, 1, 0.7));
 		l->set_modulate(Color(1, 1, 1, 0.7));
 		rvb->add_child(l);
 		rvb->add_child(l);