Changeset 5534
- Timestamp:
- Apr 6, 2008, 1:10:19 PM (15 years ago)
- Location:
- trunk/macosx
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/BlocklistDownloader.m
r5530 r5534 47 47 [downloader startDownload]; 48 48 } 49 50 49 51 50 - (void) awakeFromNib -
trunk/macosx/Controller.m
r5518 r5534 2215 2215 if ([NSApp isOnLeopardOrBetter]) 2216 2216 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")]; 2218 2219 break; 2219 2220 default: 2220 2221 icon = [[GroupsController groups] imageForIndex: index isSmall: YES]; 2221 toolTip = [NS LocalizedString(@"Group: ", "Groups -> Button") stringByAppendingString:2222 [[GroupsController groups] nameForIndex: index]];2222 toolTip = [NSString stringWithFormat: @"%@: %@", NSLocalizedString(@"Group", "Groups -> Button"), 2223 [[GroupsController groups] nameForIndex: index]]; 2223 2224 } 2224 2225 -
trunk/macosx/PrefsController.m
r5529 r5534 268 268 fPublicPort = stat->publicPort; 269 269 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]]; 272 272 [fPortStatusImage setImage: nil]; 273 273 [fPortStatusProgress startAnimation: self]; -
trunk/macosx/TransmissionHelp/html/Speed.html
r5533 r5534 23 23 <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. 24 24 <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. 26 26 </div> 27 27 </li>
Note: See TracChangeset
for help on using the changeset viewer.