mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-16 09:25:35 +00:00
formatSize cleanups
This commit is contained in:
@@ -142,7 +142,7 @@ public class PluginUpdateHandler extends UpdateHandler {
|
||||
buf.append(_pct.format(pct));
|
||||
}
|
||||
buf.append(": ");
|
||||
buf.append(_("{0}B transferred", DataHelper.formatSize(currentWrite + alreadyTransferred)));
|
||||
buf.append(_("{0}B transferred", DataHelper.formatSize2(currentWrite + alreadyTransferred)));
|
||||
updateStatus(buf.toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user