summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-07-29 09:17:25 +0000
committerDaouda Lo <daouda@mandriva.com>2002-07-29 09:17:25 +0000
commit10bb8059e5660d05bfcbefc84809322ec7b8da44 (patch)
treec19de6ae6d7cdcfa6616c928ef5e4f35c368de61
parent8fda97884426f4943eb94372f9c22c5d9ded672d (diff)
downloadmgaonline-10bb8059e5660d05bfcbefc84809322ec7b8da44.tar
mgaonline-10bb8059e5660d05bfcbefc84809322ec7b8da44.tar.gz
mgaonline-10bb8059e5660d05bfcbefc84809322ec7b8da44.tar.bz2
mgaonline-10bb8059e5660d05bfcbefc84809322ec7b8da44.tar.xz
mgaonline-10bb8059e5660d05bfcbefc84809322ec7b8da44.zip
- remove dangling reference [1] at welcome page.
-rwxr-xr-xmdkonline2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index ddb869a0..6c178af4 100755
--- a/mdkonline
+++ b/mdkonline
@@ -367,7 +367,7 @@ sub step_wizard {
my $vbox_welc= new Gtk::VBox(0,0);
writ_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"));
+ my $label_welc = new Gtk::Label(_("At this step You are supposed to have an account on MandrakeOnline.\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);
$label_welc->set_justify(left);
$vbox_welc->pack_start($label_welc,0,0,1);