More Fixes

-=-=-=-=-=

-Bug in saving multinline text in xml fixed. #925
-typo in android export fixed. #930
This commit is contained in:
Juan Linietsky
2014-12-07 11:33:57 -03:00
parent da91ca7164
commit 10b371516b
3 changed files with 12 additions and 8 deletions

View File

@@ -1229,7 +1229,7 @@ Error EditorExportPlatformAndroid::export_project(const String& p_path, bool p_d
}
if (!FileAccess::exists(keystore)) {
EditorNode::add_io_error("Could not find keytore, unable to export.");
EditorNode::add_io_error("Could not find keystore, unable to export.");
return ERR_FILE_CANT_OPEN;
}