diff --git a/e107_plugins/download/templates/download_template.php b/e107_plugins/download/templates/download_template.php
index 2cf63c22c..422642bb8 100644
--- a/e107_plugins/download/templates/download_template.php
+++ b/e107_plugins/download/templates/download_template.php
@@ -148,12 +148,12 @@ if(!isset($DOWNLOAD_LIST_TABLE_START))
{DOWNLOAD_LIST_CAPTION=name} |
- {DOWNLOAD_LIST_CAPTION=date} |
- {DOWNLOAD_LIST_CAPTION=author} |
- {DOWNLOAD_LIST_CAPTION=size} |
- {DOWNLOAD_LIST_CAPTION=downloads} |
- {DOWNLOAD_LIST_CAPTION=rating} |
- {DOWNLOAD_LIST_CAPTION=get} |
+ {DOWNLOAD_LIST_CAPTION=datestamp} |
+ {DOWNLOAD_LIST_CAPTION=author} |
+ {DOWNLOAD_LIST_CAPTION=filesize} |
+ {DOWNLOAD_LIST_CAPTION=requested} |
+ {DOWNLOAD_LIST_CAPTION=rating} |
+ {DOWNLOAD_LIST_CAPTION=link} |
";
}
if(!isset($DOWNLOAD_LIST_TABLE))