mirror of
https://github.com/transmission/transmission
synced 2025-02-23 06:30:38 +00:00
a little more cleanup
This commit is contained in:
parent
e4418a32f3
commit
94dfde0d92
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue