From ab83396059a1fa2ed14c55227ccf44e9a148fee5 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Tue, 6 Aug 2013 19:32:21 +0000 Subject: https fixes for i18n report --- langs/missing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langs/missing.php') 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 = ' NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!'; - $commit = 'web/www/trunk/_nav/langs/' . $file . ' and for now to the web/nav/langs/' . $file . ' too'; + $commit = 'web/www/trunk/_nav/langs/' . $file . ' and for now to the web/nav/langs/' . $file . ' too'; $iframe = '//www.mageia.org/_nav/langs/en.lang'; } else { $file = _lang_file_switch($s, $l); $note = ''; - $commit = 'web/www/trunk/langs/' . $file; + $commit = 'web/www/trunk/langs/' . $file; $iframe = '//www.mageia.org/langs/'.$s; } -- cgit v1.2.1