Tweak a few strings displayed in the editor for consistency

This commit is contained in:
Hugo Locurcio 2019-08-21 19:32:58 +02:00
parent 99980d856b
commit 3ae0306a1f
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
4 changed files with 8 additions and 8 deletions

View file

@ -590,7 +590,7 @@ Error ExportTemplateManager::install_android_template() {
zlib_filefunc_def io = zipio_create_io_from_file(&src_f);
unzFile pkg = unzOpen2(source_zip.utf8().get_data(), &io);
ERR_FAIL_COND_V_MSG(!pkg, ERR_CANT_OPEN, "Android sources not in zip format.");
ERR_FAIL_COND_V_MSG(!pkg, ERR_CANT_OPEN, "Android sources not in ZIP format.");
int ret = unzGoToFirstFile(pkg);