aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/downloads/get/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index ea7387a4c..519932d10 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -128,7 +128,7 @@ try {
}
catch (NoProductFoundError $e) {
// sorry, no such product found/available. redirect?
- $reason = 'This file is not available for download.';
+ $reason = 'The file '. $product .' is not available for download.';
}
catch (NoMirrorFoundError $e) {
// sorry, no mirror found. next time?