diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index eff819cea..572b01303 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -1239,4 +1239,5 @@ $lang['Has access to administration. Can only manage content: photos/albums/user
$lang['No access to administration, can see private content with appropriate permissions.'] = 'No access to administration, can see private content with appropriate permissions.';
$lang['Can be shared by several individuals without conflict (they cannot change the password).'] = 'Can be shared by several individuals without conflict (they cannot change the password).';
$lang['Equivalent to deactivation. The user is still in the list, but can no longer log in.'] = 'Equivalent to deactivation. The user is still in the list, but can no longer log in.';
-$lang['%s MB'] = '%s MB';
\ No newline at end of file
+$lang['%s MB'] = '%s MB';
+$lang['Your selection'] = 'Your selection';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index eed498f1b..5169a7030 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -1247,3 +1247,4 @@ $lang['Posted %s on %s'] = 'Posté %s sur %s';
$lang['Portraits'] = 'Portraits';
$lang['Edit photo'] = 'Éditer la photo';
$lang['Delete tag "%s"?'] = 'Supprimer le tag "%s" ?';
+$lang['Your selection'] = 'Votre selection';