From 92224bcbf49d58829988eb0485afc17695f6de0c Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 9 Oct 2015 19:13:30 +0200 Subject: fix #357 make orphans photos more obvious ... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter. --- language/en_UK/admin.lang.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'language') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 61b123f8e..218c09661 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -980,4 +980,6 @@ $lang['based on'] = 'based on'; $lang['file name'] = 'file name'; $lang['date & time'] = 'date & time'; $lang['width & height'] = 'width & height'; -$lang['Upload in progress'] = 'Upload in progress'; \ No newline at end of file +$lang['Upload in progress'] = 'Upload in progress'; +$lang['Orphans'] = 'Orphans'; +$lang['Delete %d orphan photos'] = 'Delete %d orphan photos'; -- cgit v1.2.3