aboutsummaryrefslogtreecommitdiffstats
path: root/langs/missing.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-08-06 19:32:21 +0000
committerFilip Komar <filip@mageia.org>2013-08-06 19:32:21 +0000
commitab83396059a1fa2ed14c55227ccf44e9a148fee5 (patch)
tree20805caa27d88b7e533ce7bd62906c902cdb86c9 /langs/missing.php
parent8a8b74aba64611498e20679c2fc16dcf96b55727 (diff)
downloadwww-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar.gz
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar.bz2
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar.xz
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.zip
https fixes for i18n report
Diffstat (limited to 'langs/missing.php')
-rw-r--r--langs/missing.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/missing.php b/langs/missing.php
index b3ebfca51..f38d6ad07 100644
--- a/langs/missing.php
+++ b/langs/missing.php
@@ -15,12 +15,12 @@ include 'lib.php';
if ($s == '../_nav/langs/en.lang') {
$file = substr(_lang_file_switch($s, $l), 14);
$note = '<span style="color: red; font-weight: bold"> NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!</span>';
- $commit = '<a href="http://svnweb.mageia.org/web/www/trunk/_nav/langs/">web/www/trunk/_nav/langs/</a>' . $file . ' and for now to the <a href="http://svnweb.mageia.org/web/nav/langs/">web/nav/langs/</a>' . $file . ' too';
+ $commit = '<a href="//svnweb.mageia.org/web/www/trunk/_nav/langs/">web/www/trunk/_nav/langs/</a>' . $file . ' and for now to the <a href="//svnweb.mageia.org/web/nav/langs/">web/nav/langs/</a>' . $file . ' too';
$iframe = '//www.mageia.org/_nav/langs/en.lang';
} else {
$file = _lang_file_switch($s, $l);
$note = '';
- $commit = '<a href="http://svnweb.mageia.org/web/www/trunk/langs/">web/www/trunk/langs</a>/' . $file;
+ $commit = '<a href="//svnweb.mageia.org/web/www/trunk/langs/">web/www/trunk/langs</a>/' . $file;
$iframe = '//www.mageia.org/langs/'.$s;
}