From 76b5f8b0df2a4dc0117684e6e4f503ac378dde65 Mon Sep 17 00:00:00 2001 From: Artem Varaksa Date: Thu, 4 Jan 2018 19:31:35 +0300 Subject: Fixed missing parenthesis --- platform/javascript/export/export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/javascript/export') diff --git a/platform/javascript/export/export.cpp b/platform/javascript/export/export.cpp index ab7aa96372..a3514df05c 100644 --- a/platform/javascript/export/export.cpp +++ b/platform/javascript/export/export.cpp @@ -277,7 +277,7 @@ Error EditorExportPlatformJavaScript::export_project(const Refload(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(); } } -- cgit v1.2.3