mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
fix typo on Tiger
This commit is contained in:
parent
7dd1199620
commit
ce7e9f92b4
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue