fix typo on Tiger

This commit is contained in:
Mitchell Livingston 2008-05-29 00:19:28 +00:00
parent 7dd1199620
commit ce7e9f92b4
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
if ([NSApp isOnLeopardOrBetter])
[alert setShowsSuppressionButton: YES];
else
[alert addButtonWithTitle: NSLocalizedString(@"Always Download", "Torrent disk space alert -> button")];
[alert addButtonWithTitle: NSLocalizedString(@"Don't Alert Again", "Create torrent -> blank address -> button")];
[alert beginSheetModalForWindow: [self window] modalDelegate: self
didEndSelector: @selector(createBlankAddressAlertDidEnd:returnCode:contextInfo:) contextInfo: nil];