diff --git a/admin/tool/recyclebin/lang/en/tool_recyclebin.php b/admin/tool/recyclebin/lang/en/tool_recyclebin.php index 87c0185a466..ae820ce08a6 100644 --- a/admin/tool/recyclebin/lang/en/tool_recyclebin.php +++ b/admin/tool/recyclebin/lang/en/tool_recyclebin.php @@ -47,7 +47,6 @@ $string['eventitemdeleted_desc'] = 'Item with ID {$a->objectid} deleted.'; $string['eventitemrestored'] = 'Item restored'; $string['eventitemrestored_desc'] = 'Item with ID {$a->objectid} restored.'; $string['invalidcontext'] = 'Invalid context supplied.'; -$string['neverdelete'] = 'Never delete recycled items'; $string['noitemsinbin'] = 'There are no items in the recycle bin.'; $string['notenabled'] = 'Sorry, but the recycle bin has been disabled by the administrator.'; $string['pluginname'] = 'Recycle bin';