# HG changeset patch # User František Kučera # Date 1376904238 -7200 # Node ID 5338fdbf2bb895eef4760d09972281f683e88bc2 # Parent 99b27d346cc44fa712863516f5f8f3a3c02c9aec generator: link in description diff -r 99b27d346cc4 -r 5338fdbf2bb8 java/dictionary-generator/src/cz/frantovo/telco/dictionary/Generator.java --- a/java/dictionary-generator/src/cz/frantovo/telco/dictionary/Generator.java Sun Aug 18 18:24:40 2013 +0200 +++ b/java/dictionary-generator/src/cz/frantovo/telco/dictionary/Generator.java Mon Aug 19 11:23:58 2013 +0200 @@ -198,7 +198,7 @@ infoWriter.write("author=František Kučera\n"); infoWriter.write("em" + "ail=telco" + "-dictionary." + EML_TO_KEN + "@" + "fran" + "tovo.cz\n"); infoWriter.write("website=https://telco.frantovo.cz\n"); - infoWriter.write("description=A dictionary for telecommunications licensed under GNU FDL\n"); + infoWriter.write("description=A dictionary for telecommunications licensed under GNU FDL. Check new versions at https://telco.frantovo.cz\n"); infoWriter.write("date=" + dateFormat.format(new Date()) + "\n"); infoWriter.write("sametypesequence=" + mode + "\n"); }