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 2fc9259bc..de1a7576b 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1132,3 +1132,4 @@ $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'; +$lang['Select an album... or type it!'] = 'Select an album... or type it!'; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 751ba6118..214890cba 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1134,3 +1134,4 @@ $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'; +$lang['Select an album... or type it!'] = 'Selectionnez un album... ou tapez-le !';