summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-05-05 13:50:23 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-05-05 13:50:23 +0000
commita67532670a986bb56262b7fcfb5cb6abd4dbad66 (patch)
treefee4f7cdca497c657d388eef454e94297b6500b4 /mdkonline
parent628716a0bf8b7e15a36bf2961ef90d32b37e0cb0 (diff)
downloadmgaonline-a67532670a986bb56262b7fcfb5cb6abd4dbad66.tar
mgaonline-a67532670a986bb56262b7fcfb5cb6abd4dbad66.tar.gz
mgaonline-a67532670a986bb56262b7fcfb5cb6abd4dbad66.tar.bz2
mgaonline-a67532670a986bb56262b7fcfb5cb6abd4dbad66.tar.xz
mgaonline-a67532670a986bb56262b7fcfb5cb6abd4dbad66.zip
fix truncated text
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline2
1 files changed, 1 insertions, 1 deletions
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},