aboutsummaryrefslogtreecommitdiff
path: root/editor/export_template_manager.cpp
diff options
context:
space:
mode:
authorArtem Varaksa2018-01-04 22:00:39 +0300
committerArtem Varaksa2018-01-04 22:00:39 +0300
commit928ca10a7bf0b4093984ba70611b8162c89043eb (patch)
tree0cdf81d885497885a95a2be944b81c80a56322ee /editor/export_template_manager.cpp
parent92e114edfdf45aa311f7b8326d286998365b6bfa (diff)
downloadgodot-928ca10a7bf0b4093984ba70611b8162c89043eb.tar.gz
godot-928ca10a7bf0b4093984ba70611b8162c89043eb.tar.zst
godot-928ca10a7bf0b4093984ba70611b8162c89043eb.zip
Diffstat (limited to 'editor/export_template_manager.cpp')
-rw-r--r--editor/export_template_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/export_template_manager.cpp b/editor/export_template_manager.cpp
index 0206e37c4..ccc9a52a3 100644
--- a/editor/export_template_manager.cpp
+++ b/editor/export_template_manager.cpp
@@ -250,7 +250,7 @@ void ExportTemplateManager::_install_from_file(const String &p_file, bool p_use_
DirAccess *d = DirAccess::create(DirAccess::ACCESS_FILESYSTEM);
Error err = d->make_dir_recursive(template_path);
if (err != OK) {
- EditorNode::get_singleton()->show_warning(TTR("Error creating path for templates:\n") + template_path);
+ EditorNode::get_singleton()->show_warning(TTR("Error creating path for templates:") + "\n" + template_path);
unzClose(pkg);
return;
}