diff --git a/htdocs/admin/menus/pre.inc.php b/htdocs/admin/menus/pre.inc.php index 3ab20ed9509..e793e99abb4 100644 --- a/htdocs/admin/menus/pre.inc.php +++ b/htdocs/admin/menus/pre.inc.php @@ -14,16 +14,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/admin/menus/pre.inc.php \brief Fichier gestionnaire du menu de gauche de l'accueil - \version $Revision$ + \version $Id$ */ require ("../../main.inc.php"); @@ -132,7 +129,7 @@ function llxHeader($head = "") if ($conf->telephonie->enabled) { - $menu->add(DOL_URL_ROOT."/telephonie/index.php", "Téléphonie"); + $menu->add(DOL_URL_ROOT."/telephonie/index.php", "T�l�phonie"); } if ($conf->don->enabled)