diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index c3c616f63..9df5d55d5 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -187,7 +187,7 @@ $('#action-delete-picture').on('click', function() { diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index ce00e07d1..1b7c6a2f9 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6496,6 +6496,10 @@ color:#FF7B00; transition: 0.3s; } +.breadcrumb-item a:hover { + color: #3A3A3A; +} + #addLinkedAlbum { display:none; } diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index d7d70c2ff..46451e23b 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1316,5 +1316,5 @@ $lang['The original picture will be detected with the filename (without extensio $lang['Delete %s format ?'] = 'Delete %s format ?'; $lang['Installed on %s, %s'] = 'Installed on %s, %s'; $lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'; -$lang['This album is physical, it can\'t be unlinked from the picture'] = 'This album is physical, it can\'t be unlinked from the picture'; +$lang['This picture is physically linked to this album, you can\'t dissociate them'] = 'This picture is physically linked to this album, you can\'t dissociate them.'; // Leave this line empty diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 318a8f188..b2b748406 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1318,5 +1318,5 @@ $lang['The original picture will be detected with the filename (without extensio $lang['Delete %s format ?'] = 'Supprimer le format %s ?'; $lang['Installed on %s, %s'] = 'Installé le %s, %s'; $lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'En restaurant ce plugin, il reviendra à son paramétrage d’origine et les données associées seront remises à zero'; -$lang['This album is physical, it can\'t be unlinked from the picture'] = 'Cet album est physique, il ne peut pas être dissocié de l\'image'; +$lang['This picture is physically linked to this album, you can\'t dissociate them'] = 'Cette photo est physiquement liée à cet album, vous ne pouvez pas les dissocier.'; // Leave this line empty