From 27b0649fe4ae365385ccc11196ff354fbf846b6f Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Wed, 29 Aug 2001 15:00:24 +0000 Subject: fixed typo --- mdkonline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index 0287ced6..89eb84a4 100755 --- a/mdkonline +++ b/mdkonline @@ -112,7 +112,7 @@ sub on_prev_clicked { sub step_wizard { my $vbox_welc= new Gtk::VBox(0,0); write_on_pixmaps($vbox_welc,"welcome.png",_("Welcome to Mandrake Online"),540,100); - my $label_welc = new Gtk::Label(_("At this step You are supposed to have an account on Mandrake Online.\nThis assistant will help you to upload your configuration\n(packages, hardware configuration) to a centralized databases in\norder to keep you informed about security updates and useful upgrades.\n")); + my $label_welc = new Gtk::Label(_("At this step You are supposed to have an account on Mandrake Online.\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); $notebook_global->append_page($vbox_welc,new Gtk::Label("welcome")); -- cgit v1.2.1