For peace

This commit is contained in:
mcored 2014-05-29 12:35:39 +08:00
parent 66a74b1a3c
commit c11851b34a

View file

@ -89,7 +89,7 @@ public IEnumerable<Image> GetImageEnumerator()
{
if (index.Location > int.MaxValue || index.Length > int.MaxValue)
{
MessageBox.Show("Cache file size can't exceed 2.14 GB.\r\nPlease use FFmpeg screen recording instead of GIF.", "ShareX", MessageBoxButtons.OK, MessageBoxIcon.Warning);
MessageBox.Show("Cache file size cannot exceed 2.00 GiB.\r\nPlease use FFmpeg screen recording instead of GIF.", "ShareX", MessageBoxButtons.OK, MessageBoxIcon.Warning);
yield break;
}