diff --git a/xExtension-YouTube/i18n/en/ext.php b/xExtension-YouTube/i18n/en/ext.php index 8cc83b5..47fb0c5 100644 --- a/xExtension-YouTube/i18n/en/ext.php +++ b/xExtension-YouTube/i18n/en/ext.php @@ -5,7 +5,7 @@ return array( 'height' => 'Player height', 'width' => 'Player width', 'show_content' => 'Display the feeds content', - 'download_channel_icons' => 'Automatically download and set channel icons for feeds', + 'download_channel_icons' => 'Automatically use the channels’ icons', 'use_nocookie' => 'Use the cookie-free domain www.youtube-nocookie.com', ), ); diff --git a/xExtension-YouTube/i18n/fr/ext.php b/xExtension-YouTube/i18n/fr/ext.php index 59d9c2d..70f3bd4 100644 --- a/xExtension-YouTube/i18n/fr/ext.php +++ b/xExtension-YouTube/i18n/fr/ext.php @@ -5,7 +5,7 @@ return array( 'height' => 'Hauteur du lecteur', 'width' => 'Largeur du lecteur', 'show_content' => 'Afficher le contenu du flux', - 'download_channel_icons' => 'Automatically download and set channel icons for feeds', + 'download_channel_icons' => 'Utiliser automatiquement les icônes des chaînes', 'use_nocookie' => 'Utiliser le domaine www.youtube-nocookie.com pour éviter les cookies', ), );