diff --git a/sflphone-gtk/src/menus.c b/sflphone-gtk/src/menus.c
index 199959ee36ccc2b54a79fd70f5741936155ca180..ce1cec622dd305241f25f8fe7443eccadf1d01eb 100644
--- a/sflphone-gtk/src/menus.c
+++ b/sflphone-gtk/src/menus.c
@@ -113,14 +113,16 @@ help_about ( void * foo)
   gchar *artists[] = {
     "Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>", 
     NULL};
+  gchar *translators[] = {
+    "<maxime.chambreuil@savoirfairelinux.com>",
+    NULL};
 
   gtk_show_about_dialog( GTK_WINDOW(get_main_window()),
       "name", PACKAGE,
       "title", _("About SFLphone"),
       "version", VERSION,
       "website", "http://www.sflphone.org",
-      "copyright", "Copyright © 2004-2007 Savoir-faire Linux Inc.",
-      "translator-credits", "", 
+      "copyright", "Copyright © 2004-2008 Savoir-faire Linux Inc.",
       "comments", _("SFLphone is a VoIP client compatible with SIP and IAX2 protocols."),
       "artists", artists,
       "authors", authors,