From a67532670a986bb56262b7fcfb5cb6abd4dbad66 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 May 2004 13:50:23 +0000 Subject: fix truncated text --- mdkonline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkonline b/mdkonline index 5f0ac5a9..79157196 100755 --- a/mdkonline +++ b/mdkonline @@ -143,7 +143,7 @@ gtkappend_page($o->{nb}, gtkappend_page($o->{nb}, gtkpack_(Gtk2::VBox->new(0, 3), 0, set_darea(N("Send Configuration"), 'sendingconf'), - 1, Gtk2::Label->new(N("In order to benefit from MandrakeOnline services,\nwe are about to upload your configuration.\n\nThe Wizard will now send the following information to MandrakeSoft:\n1) the list of packages you have installed on your system,\n2) your hardware configuration.\n\nIf you feel uncomfortable by that idea, or do not want to benefit from this service,\nplease press 'Cancel'. By pressing 'Next', you allow us to keep you informed\nabout security updates and useful upgrades via personalized email alerts.\nFurthermore, you benefit from discounted paid support services on\nwww.mandrakeexpert.com.\nFinally, an email alias with your username\@mandrakeonline.net will be provided to you.")) + 1, gtktext_insert(Gtk2::TextView->new, N("In order to benefit from MandrakeOnline services,\nwe are about to upload your configuration.\n\nThe Wizard will now send the following information to MandrakeSoft:\n1) the list of packages you have installed on your system,\n2) your hardware configuration.\n\nIf you feel uncomfortable by that idea, or do not want to benefit from this service,\nplease press 'Cancel'. By pressing 'Next', you allow us to keep you informed\nabout security updates and useful upgrades via personalized email alerts.\nFurthermore, you benefit from discounted paid support services on\nwww.mandrakeexpert.com.\nFinally, an email alias with your username\@mandrakeonline.net will be provided to you.")) ) ); gtkappend_page($o->{nb}, -- cgit v1.2.1