Changeset 9236
- Timestamp:
- Oct 2, 2009, 10:10:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r9231 r9236 550 550 GTK_BUTTONS_NONE, 551 551 "%s", 552 _( "Transmission is a file-sharing program. When you run a torrent " 553 "in Transmission, its files are made available for copying to " 554 "other computers. And, of course, any content you share is your " 555 "sole responsibility.\n\n" 556 "You probably knew this, so we won't tell you again." ) ); 552 _( "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 share is your sole responsibility.\n\nYou probably knew this, so we won't tell you again." ) ); 557 553 gtk_dialog_add_button( GTK_DIALOG( w ), GTK_STOCK_QUIT, GTK_RESPONSE_REJECT ); 558 554 gtk_dialog_add_button( GTK_DIALOG( w ), _( "I Accept" ), GTK_RESPONSE_ACCEPT );
Note: See TracChangeset
for help on using the changeset viewer.