Skip to content

Commit

Permalink
Fixed missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
awaitlink authored Jan 4, 2018
1 parent d78335d commit 76b5f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/javascript/export/export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 76b5f8b

Please sign in to comment.