diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-18 10:20:54 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-18 10:20:54 -0300 |
commit | e323cc050564fdb1b5cf81793d173cbd9483f55a (patch) | |
tree | a8355abfbd7d1d096749777d11f9fa753ed50d6e /tools/editor | |
parent | 5272853cdc1c37fc545c443370bf87642122f4cc (diff) |
-Rename unexisting by nonexistant, closes #1940
-Added function to retrieve list of actions fron InputMap
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/project_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/project_export.cpp b/tools/editor/project_export.cpp index 374dda852b..ab27ac7fa9 100644 --- a/tools/editor/project_export.cpp +++ b/tools/editor/project_export.cpp @@ -1653,7 +1653,7 @@ Error ProjectExport::export_project(const String& p_preset) { if (saver.is_null()) { memdelete(d); - ERR_EXPLAIN("Preset '"+preset+"' references unexisting saver: "+type); + ERR_EXPLAIN("Preset '"+preset+"' references nonexistent saver: "+type); ERR_FAIL_COND_V(saver.is_null(),ERR_INVALID_DATA); } |