summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-02-17 22:15:31 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-02-17 22:15:31 +0000
commitbe3dc737bd38dd899cb19c2aa00c347de43a0262 (patch)
tree58e810a49b36ffa67d73ed713c865240a4f21251 /mdkonline
parent69202011679a095a4bcc1270143349d25f45799e (diff)
downloadmgaonline-be3dc737bd38dd899cb19c2aa00c347de43a0262.tar
mgaonline-be3dc737bd38dd899cb19c2aa00c347de43a0262.tar.gz
mgaonline-be3dc737bd38dd899cb19c2aa00c347de43a0262.tar.bz2
mgaonline-be3dc737bd38dd899cb19c2aa00c347de43a0262.tar.xz
mgaonline-be3dc737bd38dd899cb19c2aa00c347de43a0262.zip
fixed buggy use of _( ) and updated some po files
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index e338e859..acec64c1 100755
--- a/mdkonline
+++ b/mdkonline
@@ -433,7 +433,7 @@ sub step_wizard {
# building the "OK data sent" page
my $vbox_oksend= new Gtk::VBox(0,0);
writ_on_pixmaps($vbox_oksend,"identity.png",_("Finished"),540,100);
- my $label_oksend = new Gtk::Label("\n\n" . _("Your upload was successful!From now you will receive on security")."\n"._("and updates announcements thanks to MandrakeOnline.")."\n\n"._("MandrakeOnline offers you the ability to automate the updates.")."\n"._(" A program will run regulary in your system waiting for new updates\n "));
+ my $label_oksend = new Gtk::Label("\n\n" . _("Your upload was successful!") . "\n" . _("From now you will receive on security\nand updates announcements thanks to MandrakeOnline.")."\n\n"._("MandrakeOnline offers you the ability to automate the updates.")."\n"._("A program will run regulary in your system waiting for new updates\n"));
$label_oksend->set_justify(left);
$vbox_oksend->pack_start($label_oksend,$false ,$false,1);