From 6fc1d02fc7cd754c54b87264eae82bb94d4d0dc1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Sep 2005 22:01:44 +0000 Subject: [PATCH] Traduction module bookmark --- htdocs/includes/modules/modBookmark.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modBookmark.class.php b/htdocs/includes/modules/modBookmark.class.php index 4721063e156..bbe51db2013 100644 --- a/htdocs/includes/modules/modBookmark.class.php +++ b/htdocs/includes/modules/modBookmark.class.php @@ -50,7 +50,7 @@ class modBookmark extends DolibarrModules $this->numero = 67 ; $this->family = "technic"; - $this->name = "Bookmark"; + $this->name = "Bookmarks"; $this->description = "Gestion des Bookmarks"; $this->revision = explode(" ","$Revision$"); $this->version = $this->revision[1]."(DEV)";