Remaining size in snark filemanager reads GB instead of Gbyte etc (consistency)

This commit is contained in:
str4d
2012-07-05 13:01:00 +00:00
parent 4a0319389b
commit ec80501977

View File

@ -2197,7 +2197,7 @@ public class I2PSnarkServlet extends DefaultServlet {
status = toImg("clock_red");
status += " " +
(100 * (length - remaining) / length) + "% " + _("complete") +
" (" + DataHelper.formatSize2(remaining) + _("bytes remaining") + ")";
" (" + DataHelper.formatSize2(remaining) + "B " + _("remaining") + ")";
}
} else {
status = "Not a file?";