Removed superfluous "Updating:" from update status (section has a heading now)

This commit is contained in:
str4d
2012-07-12 13:39:32 +00:00
parent b36a418dff
commit eaa64cb02f

View File

@@ -237,7 +237,6 @@ public class UpdateHandler {
if (_isPartial)
return;
StringBuilder buf = new StringBuilder(64);
buf.append("<b>").append(_("Updating")).append(":</b><br>\n");
double pct = ((double)alreadyTransferred + (double)currentWrite) /
((double)alreadyTransferred + (double)currentWrite + bytesRemaining);
synchronized (_pct) {