diff --git a/e107_plugins/download/handlers/adminDownload_class.php b/e107_plugins/download/handlers/adminDownload_class.php index 8a4ab024c..223ada313 100644 --- a/e107_plugins/download/handlers/adminDownload_class.php +++ b/e107_plugins/download/handlers/adminDownload_class.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $ -| $Revision: 1.2 $ -| $Date: 2009-06-24 22:04:37 $ +| $Revision: 1.3 $ +| $Date: 2009-06-24 22:19:27 $ | $Author: e107coders $ | +----------------------------------------------------------------------------+ @@ -164,7 +164,7 @@ class adminDownload extends download { $checked = (in_array($fcol,$filterColumns)) ? "checked='checked'" : ""; $text .= "
Create/edit a download.
Enter only one of: File, URL or Mirror.
Ensure you select a category, otherwise your download will not be visible on the downloads page.
"); +define("DOWLAN_HELP_2", "
Create/edit a download.
Enter only one of: File, URL or Mirror.
Ensure you select a category, otherwise your download will not be visible on the downloads page.
"); define("DOWLAN_HELP_3", "Help for cat"); define("DOWLAN_HELP_4", "Help for opt"); define("DOWLAN_HELP_5", "Use the maintenance pages to find duplicate downloads, find orphaned files, find missing (broken) entries, manage inactive downloads, refresh file sizes and view the downlaod log.");