diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 60a2e1d51..021b2207c 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -684,7 +684,7 @@ UL.thumbnails SPAN.wrap2 {ldelim} {* also used for "move" action *}
- +
@@ -801,3 +801,10 @@ UL.thumbnails SPAN.wrap2 {ldelim} + + \ No newline at end of file diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 061c6e248..89b25943a 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1167,4 +1167,5 @@ $lang['Apply an automatic order'] = 'Apply an automatic order'; $lang['Root'] = 'Root'; $lang['Apply to direct sub-albums'] = 'Apply to direct sub-albums'; $lang['Apply to the whole hierarchy'] = 'Apply to the whole hierarchy'; -$lang['%d+ albums found, try to refine the search'] = '%d+ albums found, try to refine the search'; \ No newline at end of file +$lang['%d+ albums found, try to refine the search'] = '%d+ albums found, try to refine the search'; +$lang['Select an album... or type it!'] = 'Select an album... or type it!'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 4ec9e8c53..f0faf0511 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1169,4 +1169,5 @@ $lang['Apply an automatic order'] = 'Appliquer un ordre automatique'; $lang['Root'] = 'Racine'; $lang['Apply to direct sub-albums'] = 'Appliquer aux sous-albums'; $lang['Apply to the whole hierarchy'] = 'Appliquer à toute l\'arborescence'; -$lang['%d+ albums found, try to refine the search'] = '%d+ albums trouvé, essayez d affiner la recherche'; \ No newline at end of file +$lang['%d+ albums found, try to refine the search'] = '%d+ albums trouvé, essayez d affiner la recherche'; +$lang['Select an album... or type it!'] = 'Selectionnez un album... ou tapez-le !'; \ No newline at end of file