Преглед изворни кода

Merge pull request #70072 from clayjohn/comma

Remove comma in gl_compatibility message in new project creation menu
Rémi Verschelde пре 2 година
родитељ
комит
f5b0f60e1d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      editor/project_manager.cpp

+ 1 - 1
editor/project_manager.cpp

@@ -446,7 +446,7 @@ private:
 					String::utf8("\n•  ") + TTR("Fast rendering of simple scenes."));
 		} else if (renderer_type == "gl_compatibility") {
 			renderer_info->set_text(
-					String::utf8("•  ") + TTR("Supports desktop, mobile, + web platforms.") +
+					String::utf8("•  ") + TTR("Supports desktop, mobile + web platforms.") +
 					String::utf8("\n•  ") + TTR("Least advanced 3D graphics.") +
 					String::utf8("\n•  ") + TTR("Intended for low-end/older devices.") +
 					String::utf8("\n•  ") + TTR("Uses OpenGL 3 backend (OpenGL 3.3/ES 3.0/WebGL2).") +