From 3d8cfe850673fa68aaa1cb4f76da69aba4586f66 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Fri, 26 Jul 2024 11:34:27 +0200 Subject: [PATCH] Menu - Replace the link to unread replies with a link to the current user messages --- index.template.php | 2 +- languages/index.english.php | 4 ++-- languages/index.french.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.template.php b/index.template.php index f52282d..5b67808 100644 --- a/index.template.php +++ b/index.template.php @@ -279,7 +279,7 @@ echo '
';
  • - + ' ,$txt['unread_replies'], ' diff --git a/languages/index.english.php b/languages/index.english.php index 6b8d261..0ac2d4a 100644 --- a/languages/index.english.php +++ b/languages/index.english.php @@ -696,7 +696,7 @@ $txt['unread_topics_visit'] = 'Recent Unread Topics'; $txt['unread_topics_visit_none'] = 'No unread topics found since your last visit. Click here to try all unread topics.'; $txt['updated_topics_visit_none'] = 'No updated topics found since your last visit.'; $txt['unread_topics_all'] = 'All Unread Topics'; -$txt['unread_replies'] = 'Updated Topics'; +$txt['unread_replies'] = 'Your Messages'; $txt['who_title'] = 'Who\'s Online'; $txt['who_and'] = ' and '; @@ -770,7 +770,7 @@ $txt['find_results'] = 'Results'; $txt['find_close'] = 'Close'; $txt['unread_since_visit'] = 'Show unread posts since last visit.'; -$txt['show_unread_replies'] = 'Show new replies to your posts.'; +$txt['show_unread_replies'] = 'Show your posts.'; $txt['change_color'] = 'Change color'; diff --git a/languages/index.french.php b/languages/index.french.php index 4da7b10..b1c7b64 100644 --- a/languages/index.french.php +++ b/languages/index.french.php @@ -698,7 +698,7 @@ $txt['unread_topics_visit_none'] = 'Aucun message non lu depuis votre dernière $txt['updated_topics_visit_none'] = 'Aucun des sujets que vous avez initié n\'a reçu de réponse depuis votre dernière visite.'; //Todo : il est appelé où lui ? $txt['unread_topics_all'] = 'Tous les sujets non lus'; -$txt['unread_replies'] = 'Mes sujets'; +$txt['unread_replies'] = 'Mes messages'; $txt['who_title'] = 'Qui est en ligne'; $txt['who_and'] = ' et '; @@ -772,7 +772,7 @@ $txt['find_results'] = 'Résultats'; $txt['find_close'] = 'Fermer'; $txt['unread_since_visit'] = 'Messages non lus depuis votre dernière visite.'; -$txt['show_unread_replies'] = 'Réponses à vos messages.'; +$txt['show_unread_replies'] = 'Vos messages.'; $txt['change_color'] = 'Changer de couleur';