From 0b4eb0c6f560efea9816ac2ee8ebb032e7ddb2ff Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 2 Sep 2002 03:31:14 +0000
Subject: [PATCH] Ventilation -> repartition.

---
 ecrire/inc_presentation.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index 130fc5542a..dd28436cc0 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -1011,7 +1011,7 @@ function barre_onglets($rubrique, $onglet){
 	
 	if ($rubrique == "statistiques"){
 		onglet("&Eacute;volution des visites", "statistiques_visites.php3", "evolution", $onglet, "statistiques-24.gif");
-		onglet("Ventilation par rubriques", "statistiques.php3", "repartition", $onglet, "rubrique-24.gif");
+		onglet("R&eacute;partition par rubriques", "statistiques.php3", "repartition", $onglet, "rubrique-24.gif");
 //		onglet("Par articles", "statistiques_articles.php3", "recents", $onglet, "article-24.gif");
 		$activer_statistiques_ref = lire_meta("activer_statistiques_ref");
 		if ($activer_statistiques_ref != "non")	onglet("Origine des visites", "statistiques_referers.php3", "referers", $onglet, "referers-24.gif");
-- 
GitLab