diff options
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ sub step_wizard { # building the "OK data sent" page my $vbox_oksend= new Gtk::VBox(0,0); writ_on_pixmaps($vbox_oksend,"identity.png",_("Finished"),540,100); - my $label_oksend = new Gtk::Label("\n\n" . _("Your upload was successful!From now you will receive on security")."\n"._("and updates announcements thanks to MandrakeOnline.")."\n\n"._("MandrakeOnline offers you the ability to automate the updates.")."\n"._(" A program will run regulary in your system waiting for new updates\n ")); + my $label_oksend = new Gtk::Label("\n\n" . _("Your upload was successful!") . "\n" . _("From now you will receive on security\nand updates announcements thanks to MandrakeOnline.")."\n\n"._("MandrakeOnline offers you the ability to automate the updates.")."\n"._("A program will run regulary in your system waiting for new updates\n")); $label_oksend->set_justify(left); $vbox_oksend->pack_start($label_oksend,$false ,$false,1); |