1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

#3622 - Broken downloads clean-up

This commit is contained in:
Tijn Kuyper 2019-10-27 22:28:00 +01:00
parent ec60acc8d6
commit 30302dbbfc
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2
2 changed files with 2 additions and 1 deletions

View File

@ -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),

View File

@ -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.");