diff --git a/e107_plugins/download/includes/admin.php b/e107_plugins/download/includes/admin.php index 0a36712bd..143465c23 100644 --- a/e107_plugins/download/includes/admin.php +++ b/e107_plugins/download/includes/admin.php @@ -75,7 +75,7 @@ class plugin_download_admin extends e_admin_dispatcher 'other2' => array('divider'=> true), - 'broken/list' => array('caption'=> "Broken dowloads", 'perm' => 'P'), + 'broken/list' => array('caption'=> LAN_DL_BROKENDOWNLOADSREPORTS, 'perm' => 'P'), 'other3' => array('divider'=> true), diff --git a/e107_plugins/download/languages/English/English_admin.php b/e107_plugins/download/languages/English/English_admin.php index 098f65685..d0dae21d6 100644 --- a/e107_plugins/download/languages/English/English_admin.php +++ b/e107_plugins/download/languages/English/English_admin.php @@ -20,6 +20,7 @@ define("LAN_DL_SUBSUB_CAT", "Show sub-sub-categories"); define("LAN_DL_SUBSUB_CAT_INFO", "Checking this will show the sub-sub-categories on the main download page"); define("LAN_DL_SUBSUB_COUNT", "Combine category counts"); define("LAN_DL_SUBSUB_COUNT_INFO", "Include sub-sub-category counts in sub-category counts"); +define("LAN_DL_BROKENDOWNLOADSREPORTS", "Broken downloads reports"); define("DOWLAN_1", "Download added to database."); define("DOWLAN_2", "Download updated in database.");