1.1 --- a/java/dictionary-generator/src/cz/frantovo/telco/dictionary/Generator.java Sun Aug 18 18:24:40 2013 +0200
1.2 +++ b/java/dictionary-generator/src/cz/frantovo/telco/dictionary/Generator.java Mon Aug 19 11:23:58 2013 +0200
1.3 @@ -198,7 +198,7 @@
1.4 infoWriter.write("author=František Kučera\n");
1.5 infoWriter.write("em" + "ail=telco" + "-dictionary." + EML_TO_KEN + "@" + "fran" + "tovo.cz\n");
1.6 infoWriter.write("website=https://telco.frantovo.cz\n");
1.7 - infoWriter.write("description=A dictionary for telecommunications licensed under GNU FDL\n");
1.8 + infoWriter.write("description=A dictionary for telecommunications licensed under GNU FDL. Check new versions at https://telco.frantovo.cz\n");
1.9 infoWriter.write("date=" + dateFormat.format(new Date()) + "\n");
1.10 infoWriter.write("sametypesequence=" + mode + "\n");
1.11 }