From d790a455f263ade42c17d77e9f552e3a52a9638d Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Mon, 17 Mar 2014 17:25:11 +0000 Subject: page downloads/get converted to gettext --- langs/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langs/report.php') diff --git a/langs/report.php b/langs/report.php index e0db9d987..76f2ad86e 100644 --- a/langs/report.php +++ b/langs/report.php @@ -169,8 +169,8 @@ } } else if ($link == 'downloads/get') { $mga = array( - 'view download OK page' => 'downloads/get/index.php?q=Mageia-2-dual-CD.iso&d=1" style="display: block;', - 'and non existing file too' => 'downloads/get/index.php?q=Non_existing_file&d=1" style="display: block;', + 'A' => 'downloads/get/index.php?q=Mageia-2-dual-CD.iso&d=1', // " style="display: block; + 'B' => 'downloads/get/index.php?q=Non_existing_file&d=1', ); } else if ($link == '2') { $mga = array( -- cgit v1.2.1