diff options
Diffstat (limited to 'langs/diff.php')
-rw-r--r-- | langs/diff.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/diff.php b/langs/diff.php index 68e741cd4..948243cbf 100644 --- a/langs/diff.php +++ b/langs/diff.php @@ -59,7 +59,7 @@ if($constitution) { if($license) { $s .= '<h2 style="color: red;">Please translate license first</h2>'; - $s .= '<p>You can find it in <a href="//svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/">svn</a>. '; + $s .= sprintf('<p>You can find it in <a href="http://gitweb.mageia.org/software/drakx/tree/perl-install/share/po/">git</a> (file %s.po). ', $target_lang); // git doesn't work yet on https } if($constitution || $license) { |