diff options
| author | Artem Varaksa | 2018-01-04 19:31:35 +0300 |
|---|---|---|
| committer | GitHub | 2018-01-04 19:31:35 +0300 |
| commit | 76b5f8b0df2a4dc0117684e6e4f503ac378dde65 (patch) | |
| tree | 272665a62d8868c9f340cd941451ad9761a647a9 /platform/javascript/export/export.cpp | |
| parent | d78335d87f4441c2bbe7e1c11642fbf19ae95c12 (diff) | |
| download | godot-76b5f8b0df2a4dc0117684e6e4f503ac378dde65.tar.gz godot-76b5f8b0df2a4dc0117684e6e4f503ac378dde65.tar.zst godot-76b5f8b0df2a4dc0117684e6e4f503ac378dde65.zip | |
Diffstat (limited to 'platform/javascript/export/export.cpp')
| -rw-r--r-- | platform/javascript/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/export/export.cpp b/platform/javascript/export/export.cpp index ab7aa9637..a3514df05 100644 --- a/platform/javascript/export/export.cpp +++ b/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(); } } |
