From be3dc737bd38dd899cb19c2aa00c347de43a0262 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sun, 17 Feb 2002 22:15:31 +0000 Subject: fixed buggy use of _( ) and updated some po files --- mdkonline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkonline') 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); -- cgit v1.2.1