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 208b58228..cfe5c5457 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -934,9 +934,9 @@ 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(_("You can also copy .torrent files to: {0}", _manager.getDataDir().getAbsolutePath())); out.write(".\n"); - out.write(_("Removing a .torrent file will cause the torrent to stop.")); + out.write(_("Removing a .torrent will cause it to stop.")); out.write("
\n"); out.write("\n"); } diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css index f7c392580..39374caf8 100644 --- a/installer/resources/themes/console/snark.css +++ b/installer/resources/themes/console/snark.css @@ -236,7 +236,7 @@ td:first-child { .page { background: #323; color: #310; - min-width: 800px !important; + min-width: 820px !important; margin: 5px 0 0 0; padding: 10px 10px 0px 10px; -moz-border-radius: 4px; @@ -484,5 +484,5 @@ code { font-weight: bold; font-size: 11pt; color: #001; - min-width: 800px; + min-width: 820px; }