summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-03 10:38:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-03 10:38:40 +0000
commitcf70b9c7620367a6af593452c86ce3e70d4656cd (patch)
tree28e4bfb84f89e52e5694471f6da98960e4d450cf /mdkonline
parentd81faf33244beddbfd7c5c37fe0fcca2a1e1b137 (diff)
downloadmgaonline-cf70b9c7620367a6af593452c86ce3e70d4656cd.tar
mgaonline-cf70b9c7620367a6af593452c86ce3e70d4656cd.tar.gz
mgaonline-cf70b9c7620367a6af593452c86ce3e70d4656cd.tar.bz2
mgaonline-cf70b9c7620367a6af593452c86ce3e70d4656cd.tar.xz
mgaonline-cf70b9c7620367a6af593452c86ce3e70d4656cd.zip
make success message looks better
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index d51139fe..a73409c2 100755
--- a/mdkonline
+++ b/mdkonline
@@ -142,7 +142,7 @@ gtkappend_page($o->{nb},
gtkappend_page($o->{nb},
gtkpack_(Gtk2::VBox->new(0, 3),
0, set_darea("Finish", 'welcome'),
- 1, Gtk2::WrappedLabel->new("\n\n" . N("Your upload was successful!") . "\n" . N("From now you will receive on security and updates \nannouncements thanks to MandrakeOnline.") . "\n\n" . N("MandrakeOnline offers you the ability to automate the updates.\nA program will run regulary in your system waiting for new updates\n")),
+ 1, Gtk2::WrappedLabel->new("\n\n" . N("Your upload was successful!") . "\n\n" . N("From now you will receive on security and updates \nannouncements thanks to MandrakeOnline.") . "\n\n" . N("MandrakeOnline offers you the ability to automate the updates.\nA program will run regulary in your system waiting for new updates\n")),
0, gtkadd(Gtk2::Frame->new(N("automated Upgrades")),
gtkpack_(Gtk2::VBox->new(0, 3),
0, gtksignal_connect(gtkset_active($o->{autoup} = Gtk2::CheckButton->new(N("Yes I want automated updates")), $auto_update), clicked => sub { $auto_update =! $auto_update; $o->{vbox_auto}->set_sensitive($auto_update) }),