forked from I2P_Developers/i2p.i2p
Remaining size in snark filemanager reads GB instead of Gbyte etc (consistency)
This commit is contained in:
@ -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?";
|
||||
|
Reference in New Issue
Block a user