diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 99a8dce1f..6dd18e51a 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -221,7 +221,7 @@ jQuery(".pluginMiniBox").each(function(index){ {counter start=0 assign=i} {* *}
- +
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 326a28acb..1a95ea582 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -150,7 +150,7 @@ $(".icon-help-circled").tipTip({
- {'Advanced filter'|@translate} + {'Advanced filters'|@translate}
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';