aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/get/index.php')
-rw-r--r--en/downloads/get/index.php3
1 files changed, 2 insertions, 1 deletions
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[] = "<a href=\"$download.$checksum\">" . basename($download) . ".$checksum</a>";
- $chksm_cmd .= '$ ' . $checksum . 'sum -c ' . basename($download) . '.' . $checksum . ' # '. sprintf(_r('You need both iso and checksum file in the same folder')) . "\n<strong>" . basename($download) . ": OK </strong>\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<strong>" . basename($download) . ": " . _r("OK") . " </strong>\n" . PHP_EOL;
if (isset($product["$checksum.gpg"])) {
$sig_links[] = "<a href=\"$download.$checksum.gpg\">" . basename($download) . ".$checksum.gpg</a>";
}