Changeset 12166 for trunk/macosx/Controller.m
- Timestamp:
- Mar 14, 2011, 11:46:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r12118 r12166 410 410 [fSpeedLimitButton setToolTip: NSLocalizedString(@"Speed Limit overrides the total bandwidth limits with its own limits.", 411 411 "Main window -> 2nd bottom left button (turtle) tooltip")]; 412 [fClearCompletedButton setToolTip: NSLocalizedString(@" Cleanupall transfers that have completed seeding.",413 "Main window -> 3rd bottom left button ( cleanup) tooltip")];412 [fClearCompletedButton setToolTip: NSLocalizedString(@"Remove all transfers that have completed seeding.", 413 "Main window -> 3rd bottom left button (remove all) tooltip")]; 414 414 415 415 [fTableView registerForDraggedTypes: [NSArray arrayWithObject: TORRENT_TABLE_VIEW_DATA_TYPE]]; … … 3602 3602 } 3603 3603 3604 // cleanupcompleted transfers item3604 //remove all completed transfers item 3605 3605 if (action == @selector(clearCompleted:)) 3606 3606 {
Note: See TracChangeset
for help on using the changeset viewer.