X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fmeviz%2Fbomremove%2FMain.java;h=9eed788409301a81c7889e82e35c6c6d30bfb719;hb=1d9057cc722b349a0bc370c0860344f59c42fd0f;hp=6cb3c7f89af92b2c645f35631a2700666d436302;hpb=2c9f2e98f8ebf36f1d288742de37424589c556e0;p=meviz.git diff --git a/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java b/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java index 6cb3c7f..9eed788 100755 --- a/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java +++ b/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java @@ -1,7 +1,7 @@ /* * Meviz - Various tools collection to work with multimedia. * Copyright (C) 2012, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public License * as published by the Free Software Foundation. @@ -60,7 +60,7 @@ public class Main implements Module { @Override public String getDescription() { - return "Remove byte order mark (bom) from UTF text files of they are present."; + return "Remove byte order mark (bom) from UTF text files if they are present."; } @Override