From e0f1554c7ee6d36bb71687b510cf88c18cc023a4 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 25 Apr 2018 20:35:07 +0200 Subject: [PATCH] Grammar fix --- EFLC Shrinker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EFLC Shrinker.py b/EFLC Shrinker.py index a2d6afc..dfef895 100644 --- a/EFLC Shrinker.py +++ b/EFLC Shrinker.py @@ -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)