From 86040b41eaf8d28824b0d5f79ec98a70d405716e Mon Sep 17 00:00:00 2001 From: filip Date: Fri, 12 Jul 2019 22:47:01 +0200 Subject: add l10n for checksum command response --- en/downloads/get/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'en') diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index bec73cdac..222d01ab4 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -255,7 +255,8 @@ $sig_links = array(); foreach ($checksums as $checksum) { if (isset($product[$checksum])) { $sum_links[] = "" . basename($download) . ".$checksum"; - $chksm_cmd .= '$ ' . $checksum . 'sum -c ' . basename($download) . '.' . $checksum . ' # '. sprintf(_r('You need both iso and checksum file in the same folder')) . "\n" . basename($download) . ": OK \n" . PHP_EOL; + $chksm_cmd .= '$ ' . $checksum . 'sum -c ' . basename($download) . '.' . $checksum . ' # ' . _r('You need both iso and checksum file in the same folder'); + $chksm_cmd .= "\n" . basename($download) . ": " . _r("OK") . " \n" . PHP_EOL; if (isset($product["$checksum.gpg"])) { $sig_links[] = "" . basename($download) . ".$checksum.gpg"; } -- cgit v1.2.1