Changeset 12645


Ignore:
Timestamp:
Aug 8, 2011, 12:18:21 PM (12 years ago)
Author:
livings124
Message:

fix the "waiting" short status strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Torrent.m

    r12626 r12645  
    11391139        case TR_STATUS_DOWNLOAD_WAIT:
    11401140            string = [NSLocalizedString(@"Waiting to download", "Torrent -> status string") stringByAppendingEllipsis];
     1141            break;
    11411142           
    11421143        case TR_STATUS_SEED_WAIT:
    11431144            string = [NSLocalizedString(@"Waiting to seed", "Torrent -> status string") stringByAppendingEllipsis];
     1145            break;
    11441146
    11451147        case TR_STATUS_CHECK_WAIT:
Note: See TracChangeset for help on using the changeset viewer.