Changeset 10272 for trunk/macosx/Controller.m
- Timestamp:
- Feb 23, 2010, 12:41:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r10237 r10272 1312 1312 1313 1313 message = NSLocalizedString(@"This transfer is active." 1314 " Once removed, continuing the transfer will require the torrent file .",1314 " Once removed, continuing the transfer will require the torrent file or magnet link.", 1315 1315 "Removal confirm panel -> message"); 1316 1316 } … … 1333 1333 "Removal confirm panel -> message part 1"), selected, active]; 1334 1334 message = [message stringByAppendingFormat: @" %@", 1335 NSLocalizedString(@"Once removed, continuing the transfers will require the torrent files.",1336 1335 NSLocalizedString(@"Once removed, continuing the transfers will require the torrent files or magnet links.", 1336 "Removal confirm panel -> message part 2")]; 1337 1337 } 1338 1338
Note: See TracChangeset
for help on using the changeset viewer.