MDL-53669 tool_recyclebin: removed unused string

This commit is contained in:
Mark Nelson 2016-03-31 16:02:37 +08:00
parent fb75b07c9e
commit 4981d06dae

View File

@ -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';