diff options
author | filip <filip.komar@gmail.com> | 2015-12-20 22:49:20 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-12-20 22:49:20 +0100 |
commit | 073acbadb54ad3828be85031767a90113ca4da39 (patch) | |
tree | 64b266492b5aa655bf27e6a99b90aec6b0ebedde /langs | |
parent | 22cdf634e3968461d62c4b497739557d90cd13c8 (diff) | |
download | www-073acbadb54ad3828be85031767a90113ca4da39.tar www-073acbadb54ad3828be85031767a90113ca4da39.tar.gz www-073acbadb54ad3828be85031767a90113ca4da39.tar.bz2 www-073acbadb54ad3828be85031767a90113ca4da39.tar.xz www-073acbadb54ad3828be85031767a90113ca4da39.zip |
fix for nasty copy paste error for doc_xsl
Diffstat (limited to 'langs')
-rw-r--r-- | langs/report_tx_git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index 5769d6576..10e09ea63 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -62,7 +62,7 @@ if ('Documentation' == $resource_type) { array( 'pot_name' => 'doc_xsl', // Mageia XSL files translation 'tx_name' => 'doc_xsl', - 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/tree/docs/stylesheets/po', + 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/stylesheets/po', ), array( 'pot_name' => 'help', // Mageia Installer Help |