Changeset 9399
- Timestamp:
- Oct 25, 2009, 3:08:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r9398 r9399 466 466 else 467 467 { 468 return;469 468 NSAlert * alert = [[NSAlert alloc] init]; 470 469 [alert setMessageText: NSLocalizedString(@"There was an error moving the data file.", "Move error alert -> title")]; 471 470 [alert setInformativeText: [NSString stringWithFormat: 472 NSLocalizedString(@"The move operation of \"%@\" cannot be done.", 473 "Move error alert -> message"), [self name]]]; 471 NSLocalizedString(@"The move operation of \"%@\" cannot be done.", "Move error alert -> message"), [self name]]]; 474 472 [alert addButtonWithTitle: NSLocalizedString(@"OK", "Move error alert -> button")]; 475 473
Note: See TracChangeset
for help on using the changeset viewer.