From c57ae3d6007971df6df682b58b722d58c3054fc2 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sat, 18 Aug 2012 09:48:18 +0000 Subject: added both links useful for profreading of downloads/get page on report.php --- langs/report.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'langs') diff --git a/langs/report.php b/langs/report.php index 4f2894565..d0924e389 100644 --- a/langs/report.php +++ b/langs/report.php @@ -33,7 +33,7 @@

www.mageia.org translation report

@@ -74,7 +74,11 @@ $stats[$l]['files'] += 1; $link = str_replace(array('en/', '.en.lang', 'index'), '', $f); - $link = sprintf('view page', $l, $link); + if ($link == 'downloads/get') { + $link = sprintf('view download OK page view non existing file page', $l, $link, $l, $link); + } else { + $link = sprintf('view page', $l, $link); + } $test = _lang_diff($f, $langF); -- cgit v1.2.1