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 = toImg("clock_red");
|
||||||
status += " " +
|
status += " " +
|
||||||
(100 * (length - remaining) / length) + "% " + _("complete") +
|
(100 * (length - remaining) / length) + "% " + _("complete") +
|
||||||
" (" + DataHelper.formatSize2(remaining) + _("bytes remaining") + ")";
|
" (" + DataHelper.formatSize2(remaining) + "B " + _("remaining") + ")";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
status = "Not a file?";
|
status = "Not a file?";
|
||||||
|
Reference in New Issue
Block a user