a little more cleanup

This commit is contained in:
Mitchell Livingston 2009-10-02 22:07:00 +00:00
parent e4418a32f3
commit 94dfde0d92
1 changed files with 2 additions and 2 deletions

View File

@ -211,9 +211,9 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
[alert addButtonWithTitle: NSLocalizedString(@"Quit", "Legal alert -> button")];
[alert setMessageText: NSLocalizedString(@"Hear ye, hear ye!", "Legal alert -> title")];
[alert setInformativeText: [NSString stringWithFormat: @"%@\n\n%@",
NSLocalizedString(@"Transmission is a file-sharing program. When you run a torrent, all of its data will"
NSLocalizedString(@"Transmission is a file-sharing program. When you run a torrent, its data will"
" be made available to others by means of upload."
" And of course, any content you do choose to share is your sole responsibility.", "Legal alert -> message"),
" And of course, any content you choose to share is your sole responsibility.", "Legal alert -> message"),
NSLocalizedString(@"You probably knew this already, so we won't tell you again.", "Legal alert -> message")]];
[alert setAlertStyle: NSInformationalAlertStyle];