mirror of https://github.com/zlatinb/muwire
Done->Downloaded Pieces
parent
067ac8582a
commit
fec8d4ef9f
|
@ -46,12 +46,12 @@ public class Util {
|
|||
_x("Directory for downloaded files"),
|
||||
_x("Directory for incomplete files"),
|
||||
_x("Distrusted User"),
|
||||
_x("Done Pieces"),
|
||||
_x("Down"),
|
||||
_x("Download"),
|
||||
_x("Download Location"),
|
||||
_x("Download retry frequency (seconds)"),
|
||||
_x("Download speed smoothing interval (second)"),
|
||||
_x("Downloaded Pieces"),
|
||||
_x("Downloader"),
|
||||
_x("Downloading"),
|
||||
_x("Enter Reason (Optional)"),
|
||||
|
|
|
@ -132,7 +132,7 @@ function updateDownloader(infoHash) {
|
|||
html += "<td>" + "<p align='right'>" + totalPieces + "</p>" + "</td>"
|
||||
html += "</tr>"
|
||||
html += "<tr>"
|
||||
html += "<td>" + _t("Done Pieces") + "</td>"
|
||||
html += "<td>" + _t("Downloaded Pieces") + "</td>"
|
||||
html += "<td>" + "<p align='right'>" + donePieces + "</p>" + "</td>"
|
||||
html += "</tr>"
|
||||
html += "</table>"
|
||||
|
|
Loading…
Reference in New Issue