manox14 / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Rename label of download state #792

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently I consider 3 types of downloads. One which is downloading, one 
finished and 
one cancelled by the user.

The cancelled download is called "Network Error: Operation canceled"
The in progress download is called "xxxMB of yyyMB (zzz speed) xzy time 
remaining"
The finished download is called "Stopped"

I think the labels "Stopped" and "Network Error" causes some confusion. 
Suggestion to 
rename the finished download as "Finished" or "Ready". This is much more clear 
to the 
user what happened.
Similar the cancelled download. There is no network error because I hit the 
Stop button 
myself. It's perhaps better to rename this state to "Cancelled" or, when it's 
not enough 
"Cancelled by user". The latter is an option if there are states like 
"Cancelled: network 
connection lost" or something.

Original issue reported on code.google.com by jurian%s...@gtempaccount.com on 20 Nov 2009 at 9:33