diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java index 76d0122d1..18fde5897 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -934,8 +934,8 @@ public class I2PSnarkServlet extends Default { out.write(_("Add torrent")); out.write("\" name=\"foo\" >
\n"); out.write(" "); - out.write(_("Alternately, you can copy .torrent files to the directory {0}.", _manager.getDataDir().getAbsolutePath())); - out.write("\n"); + out.write(_("Alternately, you can copy .torrent files to the directory {0}", _manager.getDataDir().getAbsolutePath())); + out.write(".\n"); out.write(_("Removing a .torrent file will cause the torrent to stop.")); out.write("
\n"); out.write("\n"); @@ -959,8 +959,8 @@ public class I2PSnarkServlet extends Default { out.write("
\n
"); //out.write("From file:
\n"); out.write(_("Data to seed")); - out.write(":
" + _manager.getDataDir().getAbsolutePath() + File.separatorChar - + "" + _manager.getDataDir().getAbsolutePath() + File.separatorChar + + "
\n"); diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css index 4df2f8eb0..f2ef7ac85 100644 --- a/installer/resources/themes/console/snark.css +++ b/installer/resources/themes/console/snark.css @@ -113,6 +113,7 @@ th { td { padding: 2px; color: #ddd !important; + font-size: 9.5pt; } .mainsection td {