diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-08-29 15:00:24 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-08-29 15:00:24 +0000 |
commit | 27b0649fe4ae365385ccc11196ff354fbf846b6f (patch) | |
tree | 3a366a5179cf27caecf9cdc52f304632f0b9ce7b /mdkonline | |
parent | 5e0fbdc074d4c1935676cd8a91c38fdb33f5d323 (diff) | |
download | mgaonline-27b0649fe4ae365385ccc11196ff354fbf846b6f.tar mgaonline-27b0649fe4ae365385ccc11196ff354fbf846b6f.tar.gz mgaonline-27b0649fe4ae365385ccc11196ff354fbf846b6f.tar.bz2 mgaonline-27b0649fe4ae365385ccc11196ff354fbf846b6f.tar.xz mgaonline-27b0649fe4ae365385ccc11196ff354fbf846b6f.zip |
fixed typo
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); |