Changeset 9236


Ignore:
Timestamp:
Oct 2, 2009, 10:10:55 PM (13 years ago)
Author:
charles
Message:

(trunk, gtk) #2478: revise the popup dialog text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gtk/main.c

    r9231 r9236  
    550550                                                GTK_BUTTONS_NONE,
    551551                                                "%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." ) );
    557553        gtk_dialog_add_button( GTK_DIALOG( w ), GTK_STOCK_QUIT, GTK_RESPONSE_REJECT );
    558554        gtk_dialog_add_button( GTK_DIALOG( w ), _( "I Accept" ), GTK_RESPONSE_ACCEPT );
Note: See TracChangeset for help on using the changeset viewer.