Changeset 10559 for trunk/macosx/Controller.m
- Timestamp:
- May 1, 2010, 2:29:01 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r10526 r10559 232 232 [alert addButtonWithTitle: NSLocalizedString(@"I Accept", "Legal alert -> button")]; 233 233 [alert addButtonWithTitle: NSLocalizedString(@"Quit", "Legal alert -> button")]; 234 [alert setMessageText: NSLocalizedString(@"Hear ye, hear ye!", "Legal alert -> title")]; 235 [alert setInformativeText: [NSString stringWithFormat: @"%@\n\n%@", 236 NSLocalizedString(@"Transmission is a file-sharing program. When you run a torrent, its data will" 237 " be made available to others by means of upload." 238 " And of course, any content you choose to share is your sole responsibility.", "Legal alert -> message"), 239 NSLocalizedString(@"You probably knew this already, so we won't tell you again.", "Legal alert -> message")]]; 234 [alert setMessageText: NSLocalizedString(@"Welcome to Transmission", "Legal alert -> title")]; 235 [alert setInformativeText: NSLocalizedString(@"Transmission is a file-sharing program." 236 " When you run a torrent, its data will be made available to others by means of upload." 237 " You and you alone are fully responsible for exercising proper judgement and abiding by your local laws.", 238 "Legal alert -> message")]; 240 239 [alert setAlertStyle: NSInformationalAlertStyle]; 241 240
Note: See TracChangeset
for help on using the changeset viewer.