diff options
Diffstat (limited to 'en')
-rwxr-xr-x | en/5/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 30fcb4b8d..d22785f66 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -13,7 +13,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, "cauldron"); +$dictionary = read_translation_file($locale, "5"); function get_mageia($name, $version, $release) { |