diff options
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -361,7 +361,7 @@ sub send_config { sub step_wizard { my $vbox_welc= new Gtk::VBox(0,0); - write_on_pixmaps($vbox_welc,"mdkonline.png",_("Welcome to")." "."MandrakeOnline",540,100); + write_on_pixmaps($vbox_welc,"mdkonline.png",_("Welcome to MandrakeOnline"),540,100); my $label_welc = new Gtk::Label(_("At this step You are supposed to have an account on MandrakeOnline [1].\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")); $label_welc->set_uposition(20,150); $vbox_welc->pack_start($label_welc,0,0,1); @@ -408,7 +408,7 @@ sub step_wizard { # building the "OK data sent" page my $vbox_oksend= new Gtk::VBox(0,0); write_on_pixmaps($vbox_oksend,"identity.png",_("Finished"),540,100); - my $label_oksend = new Gtk::Label("\n\n" . _("Your upload was successfull!\nFrom now you will receive on security\nand upgrade annoucements thanks to MandrakeOnline.")); + my $label_oksend = new Gtk::Label("\n\n" . _("Your upload was successful!\nFrom now you will receive on security\nand upgrade announcements thanks to MandrakeOnline.")); $vbox_oksend->pack_start($label_oksend,$false ,$false,1); $notebook_global->append_page($vbox_oksend,new Gtk::Label("oksend")); |