clarify upload column

pull/5/head
Zlatin Balevsky 2019-06-25 17:24:42 +01:00
parent 1af75413aa
commit f2706a4426
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class MainFrameView {
closureColumn(header : "Name", type : String, read : {row -> row.getName() })
closureColumn(header : "Progress", type : String, read : { row ->
int percent = row.getProgress()
"$percent%"
"$percent% of piece"
})
closureColumn(header : "Downloader", type : String, read : { row ->
row.getDownloader()