Changeset 5534


Ignore:
Timestamp:
Apr 6, 2008, 1:10:19 PM (15 years ago)
Author:
livings124
Message:

trivial changes

Location:
trunk/macosx
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/BlocklistDownloader.m

    r5530 r5534  
    4747    [downloader startDownload];
    4848}
    49 
    5049
    5150- (void) awakeFromNib
  • trunk/macosx/Controller.m

    r5518 r5534  
    22152215            if ([NSApp isOnLeopardOrBetter])
    22162216                icon = [NSImage imageNamed: NSImageNameStopProgressTemplate];
    2217             toolTip = NSLocalizedString(@"Group: No Label", "Groups -> Button");
     2217            toolTip = [NSString stringWithFormat: @"%@: %@", NSLocalizedString(@"Group", "Groups -> Button"),
     2218                        NSLocalizedString(@"No Label", "Groups -> Button")];
    22182219            break;
    22192220        default:
    22202221            icon = [[GroupsController groups] imageForIndex: index isSmall: YES];
    2221             toolTip = [NSLocalizedString(@"Group: ", "Groups -> Button") stringByAppendingString:
    2222                         [[GroupsController groups] nameForIndex: index]];
     2222            toolTip = [NSString stringWithFormat: @"%@: %@", NSLocalizedString(@"Group", "Groups -> Button"),
     2223                         [[GroupsController groups] nameForIndex: index]];
    22232224    }
    22242225   
  • trunk/macosx/PrefsController.m

    r5529 r5534  
    268268        fPublicPort = stat->publicPort;
    269269       
    270         [fPortStatusField setStringValue: [NSLocalizedString(@"Checking port status",
    271                                             "Preferences -> Network -> port status") stringByAppendingEllipsis]];
     270        [fPortStatusField setStringValue: [NSLocalizedString(@"Checking port status", "Preferences -> Network -> port status")
     271            stringByAppendingEllipsis]];
    272272        [fPortStatusImage setImage: nil];
    273273        [fPortStatusProgress startAnimation: self];
  • trunk/macosx/TransmissionHelp/html/Speed.html

    r5533 r5534  
    2323                                <li>Make sure Transmission's <a href="portforward.html">port is forwarded</a>. Port forwarding makes it easier for others to connect to you, which therefore increases your speed.
    2424                                <div summary="To do this" id="taskbox">
    25                                         <p>If your router supports UPnP or you have Apple Airport, Transmission can do this automatically just tick the checkbox in Preferences >> Network.
     25                                        <p>If your router supports UPnP or you have Apple Airport, Transmission can do this automatically; just tick the checkbox in Preferences >> Network.
    2626                                </div>
    2727                                </li>
Note: See TracChangeset for help on using the changeset viewer.