Fixes #1377 Associate / Move album's selectize in batch manager

Selectize for choosing album when associating or moving  has now a place holder and no default value.

Also added translation line for placeholder
This commit is contained in:
Matthieu Leproux
2021-05-07 15:33:32 +02:00
parent 4060183b2d
commit 451cbdbbc9
3 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -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['<b>%d+</b> albums found, try to refine the search'] = '<b>%d+</b> albums trouvé, essayez d affiner la recherche';
$lang['<b>%d+</b> albums found, try to refine the search'] = '<b>%d+</b> albums trouvé, essayez d affiner la recherche';
$lang['Select an album... or type it!'] = 'Selectionnez un album... ou tapez-le !';