added preliminary archive creation support.

This commit is contained in:
morkt
2014-07-24 05:43:20 +04:00
parent 56012447d8
commit 0a1f14e051
29 changed files with 568 additions and 58 deletions

View File

@@ -118,7 +118,7 @@ namespace GameRes.Formats.GUI
}
catch
{
return new ValidationResult (false, "Numeric key should be a 32-bit hexadecimal integer");
return new ValidationResult (false, Strings.arcStrings.INTKeyRequirement);
}
return new ValidationResult (true, null);
}