Tagged "bytes remaining"

This commit is contained in:
forget
2010-05-26 04:37:03 +00:00
parent 4dc6fc3b5d
commit 7fdbae3b0f

View File

@ -1271,7 +1271,7 @@ public class I2PSnarkServlet extends Default {
} else { } else {
status = "<img height=\"16\" width=\"16\" src=\"/i2psnark/_icons/clock.png\"> " + status = "<img height=\"16\" width=\"16\" src=\"/i2psnark/_icons/clock.png\"> " +
(100 - (100 * remaining / length)) + "% " + _("complete") + (100 - (100 * remaining / length)) + "% " + _("complete") +
" (" + DataHelper.formatSize(remaining) + " bytes remaining)"; " (" + DataHelper.formatSize(remaining) + " " + _("bytes remaining") + ")";
} }
} else { } else {
status = "Not a file?"; status = "Not a file?";