mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
fix the "waiting" short status strings
This commit is contained in:
parent
a975fad0c7
commit
cb015c27d8
1 changed files with 2 additions and 0 deletions
|
@ -1138,9 +1138,11 @@ int trashDataFile(const char * filename)
|
|||
|
||||
case TR_STATUS_DOWNLOAD_WAIT:
|
||||
string = [NSLocalizedString(@"Waiting to download", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
break;
|
||||
|
||||
case TR_STATUS_SEED_WAIT:
|
||||
string = [NSLocalizedString(@"Waiting to seed", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
break;
|
||||
|
||||
case TR_STATUS_CHECK_WAIT:
|
||||
string = [NSLocalizedString(@"Waiting to check existing data", "Torrent -> status string") stringByAppendingEllipsis];
|
||||
|
|
Loading…
Reference in a new issue