Explorar o código

Fixed missing parenthesis

Artem Varaksa %!s(int64=7) %!d(string=hai) anos
pai
achega
76b5f8b0df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platform/javascript/export/export.cpp

+ 1 - 1
platform/javascript/export/export.cpp

@@ -277,7 +277,7 @@ Error EditorExportPlatformJavaScript::export_project(const Ref<EditorExportPrese
 		splash.instance();
 		Error err = splash->load(splash_path);
 		if (err) {
-			EditorNode::get_singleton()->show_warning(TTR("Could not read boot splash image file:") + "\n" + splash_path + "\n" + TTR("Using default boot splash image.");
+			EditorNode::get_singleton()->show_warning(TTR("Could not read boot splash image file:") + "\n" + splash_path + "\n" + TTR("Using default boot splash image."));
 			splash.unref();
 		}
 	}