aboutsummaryrefslogtreecommitdiffstats
path: root/downloads.php
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2011-06-07 08:25:13 +0000
committerOliver Burger <obgr_seneca@mageia.org>2011-06-07 08:25:13 +0000
commit62fc2922741871493dfcb2b228712f325c14dad6 (patch)
treecc85f755f9257df0adfa0f18870e64fa6447132e /downloads.php
parente4342ec949afd708812b06b61065ee793ecbc1c9 (diff)
downloadwww-62fc2922741871493dfcb2b228712f325c14dad6.tar
www-62fc2922741871493dfcb2b228712f325c14dad6.tar.gz
www-62fc2922741871493dfcb2b228712f325c14dad6.tar.bz2
www-62fc2922741871493dfcb2b228712f325c14dad6.tar.xz
www-62fc2922741871493dfcb2b228712f325c14dad6.zip
extracted missing string from downloads.php
Diffstat (limited to 'downloads.php')
-rw-r--r--downloads.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/downloads.php b/downloads.php
index fc8c59844..a2ff42340 100644
--- a/downloads.php
+++ b/downloads.php
@@ -122,9 +122,7 @@ $dl_table = sprintf($table_tmpl, $_t['for_full_install'], $s1)
. sprintf($table_tmpl, $_t['for_network'], $s3);
$dl_table .= <<<T
-<p class="dlinfo">Not sure of what ISO to download? This may still be a bit verbose,
-but you may want to <a href="http://www.mageia.org/wiki/doku.php?id=mageia_installation_media">read
-this article detailing our different install media</a>.</p>
+<p class="dlinfo">{$_t['not_sure_what_iso']}</p>
T;