Grammar fix

This commit is contained in:
Fierelier 2018-04-25 20:35:07 +02:00
parent 65ba4e21b9
commit e0f1554c7e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def shrinkEFLC(ivPath,eflcPath,compMethod):
os.remove(newFile)
os.link(fullFile,newFile)
print("\nShrinked EFLC, saving " +str(round(savings))+ "MB")
print("\nShrunk EFLC, you're saving " +str(round(savings))+ "MB")
return True
title("EFLC Shrinker " +version)