diff options
Diffstat (limited to 'perl-install/install/help/help_xml2pm.pl')
| -rwxr-xr-x | perl-install/install/help/help_xml2pm.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/perl-install/install/help/help_xml2pm.pl b/perl-install/install/help/help_xml2pm.pl index 742bd9b78..e0402fd6c 100755 --- a/perl-install/install/help/help_xml2pm.pl +++ b/perl-install/install/help/help_xml2pm.pl @@ -46,7 +46,7 @@ EOF      foreach my $id (keys %{$helps{$lang}}) {  #	warn "Writing id=$id in lang=$lang\n";  	$base->{$id} or warn "$lang:$id doesn't exist in english\n", next; -	print $F qq(# DO NOT BOTHER TO MODIFY HERE, SEE:\n# cvs.mandriva.com:/cooker/$dir/$lang/drakx-chapter.xml\n); +	print $F qq(# DO NOT BOTHER TO MODIFY HERE, SEE:\n# svn.mageia.org:/cauldron/$dir/$lang/drakx-chapter.xml\n);  	print_in_PO($F, $base->{$id}[0], $helps{$lang}{$id}[0]);      }  } | 
