Give more polished error messages

This commit is contained in:
Paul Chote
2011-05-10 11:27:20 +12:00
parent 3d493d3ace
commit 655eb123b9
2 changed files with 21 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ namespace OpenRA.FileFormats
foreach(var f in extracted)
File.Delete(f);
onError("Archive corrupt");
onError("Invalid archive");
return false;
}
return true;