mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Tweak the text of the First Time User legal dialog.
This commit is contained in:
@@ -714,12 +714,12 @@ app_setup (GtkWindow * wind, struct cbdata * cbdata)
|
||||
{
|
||||
GtkWidget * w = gtk_message_dialog_new (GTK_WINDOW (wind),
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_INFO,
|
||||
GTK_MESSAGE_OTHER,
|
||||
GTK_BUTTONS_NONE,
|
||||
"%s",
|
||||
_("Transmission is a file-sharing program. When you run a torrent, its data will be made available to others by means of upload. You and you alone are fully responsible for exercising proper judgement and abiding by your local laws."));
|
||||
gtk_dialog_add_button (GTK_DIALOG (w), GTK_STOCK_QUIT, GTK_RESPONSE_REJECT);
|
||||
gtk_dialog_add_button (GTK_DIALOG (w), _("I _Accept"), GTK_RESPONSE_ACCEPT);
|
||||
_("Transmission is a file sharing program. When you run a torrent, its data will be made available to others by means of upload. Any content you share is your sole responsibility."));
|
||||
gtk_dialog_add_button (GTK_DIALOG (w), GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT);
|
||||
gtk_dialog_add_button (GTK_DIALOG (w), _("I _Agree"), GTK_RESPONSE_ACCEPT);
|
||||
gtk_dialog_set_default_response (GTK_DIALOG (w), GTK_RESPONSE_ACCEPT);
|
||||
switch (gtk_dialog_run (GTK_DIALOG (w)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user