Done->Downloaded Pieces

pull/34/head
Zlatin Balevsky 2019-12-16 14:51:22 +00:00
parent 067ac8582a
commit fec8d4ef9f
2 changed files with 2 additions and 2 deletions

View File

@ -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)"),

View File

@ -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>"