summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorStefan Siegel <siegel@linux-mandrake.com>2001-08-29 15:00:24 +0000
committerStefan Siegel <siegel@linux-mandrake.com>2001-08-29 15:00:24 +0000
commit27b0649fe4ae365385ccc11196ff354fbf846b6f (patch)
tree3a366a5179cf27caecf9cdc52f304632f0b9ce7b /mdkonline
parent5e0fbdc074d4c1935676cd8a91c38fdb33f5d323 (diff)
downloadmgaonline-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-xmdkonline2
1 files changed, 1 insertions, 1 deletions
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"));