summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-03 10:38:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-03 10:38:18 +0000
commitd81faf33244beddbfd7c5c37fe0fcca2a1e1b137 (patch)
tree30b35f231c0d9cd5fa16aabb34f6f0b0d2d898e4 /mdkonline
parentdd909652802de118beb60f1c9877f126f13755d8 (diff)
downloadmgaonline-d81faf33244beddbfd7c5c37fe0fcca2a1e1b137.tar
mgaonline-d81faf33244beddbfd7c5c37fe0fcca2a1e1b137.tar.gz
mgaonline-d81faf33244beddbfd7c5c37fe0fcca2a1e1b137.tar.bz2
mgaonline-d81faf33244beddbfd7c5c37fe0fcca2a1e1b137.tar.xz
mgaonline-d81faf33244beddbfd7c5c37fe0fcca2a1e1b137.zip
remove some wrappedlabels (b/c manual line breaking is horrible): we
need to do some s/\n/\n\n/ first
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdkonline b/mdkonline
index cf449aeb..d51139fe 100755
--- a/mdkonline
+++ b/mdkonline
@@ -101,7 +101,7 @@ gtkadd($o->{mw}{window},
gtkappend_page($o->{nb},
gtkpack_(Gtk2::VBox->new(0, 3),
0, set_darea(N("Welcome to MandrakeOnline"), 'welcome'),
- 0, Gtk2::WrappedLabel->new(N("At this step You are supposed to have an account on MandrakeOnline.\nThis assistant will help you to upload your configuration\n(packages, hardware configuration) to a centralized database in\norder to keep you informed about security updates and useful upgrades.\n")),
+ 0, Gtk2::Label->new(N("At this step You are supposed to have an account on MandrakeOnline.\nThis assistant will help you to upload your configuration\n(packages, hardware configuration) to a centralized database in\norder to keep you informed about security updates and useful upgrades.\n")),
1, gtkadd(Gtk2::Frame->new(N("Create a MandrakeOnline Account")),
gtkpack_(Gtk2::VBox->new(0, 3),
0, gtksignal_connect(gtkset_active($o->{account_cb} = Gtk2::CheckButton->new(N("I don't have a MandrakeOnline account and I want to ") . N("Subscribe")), $create_account), clicked => sub { $create_account =! $create_account; $o->{vbox_account}->set_sensitive($create_account) }),
@@ -136,7 +136,7 @@ gtkappend_page($o->{nb},
gtkappend_page($o->{nb},
gtkpack_(Gtk2::VBox->new(0, 3),
0, set_darea("Send Configuration", 'sendingconf'),
- 1, Gtk2::WrappedLabel->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, 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."))
)
);
gtkappend_page($o->{nb},