diff --git a/htdocs/about.php b/htdocs/about.php
index bbf0aa35cad..c3dfcc95f50 100644
--- a/htdocs/about.php
+++ b/htdocs/about.php
@@ -51,17 +51,11 @@ print '';
print "
\n";
-print $langs->trans("DolibarrProjectLeader").':';
-print '
';
-
-print "
\n";
-
-print $langs->trans("OtherDeveloppers").':';
+print $langs->trans("Developpers").':';
print '';
+print '- Rodolphe Quiédeville ('.$langs->trans("Author").')';
print '
- Jean-Louis Bergamo
';
-print '- Laurent Destailleur
';
+print '- Laurent Destailleur ('.$langs->trans("DolibarrProjectLeader").')
';
print '- Eric Seigne
';
print '- Benoit Mortier
';
print '- Régis Houssin
';
@@ -82,7 +76,7 @@ if (eregi('^fr_',$langs->getDefaultLang()))
print ''.$langs->trans("OfficialWebSiteFr").'';
print '';
print '- ';
- print ''.$langs->trans("OfficialWikiFr").'';
+ print ''.$langs->trans("OfficialWikiFr").'';
print '
';
}
print '- ';
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 6e8a891be2d..58eb331f4d7 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -156,6 +156,7 @@ ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to
Feature=Feature
DolibarrLicense=License
DolibarrProjectLeader=Project leader
+Developpers=Developers/contributors
OtherDeveloppers=Other developers/contributors
OfficialWebSite=International official web site
OfficialWebSiteFr=French official web site
diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang
index d5796fe1837..b13bf0bff9b 100644
--- a/htdocs/langs/fr_FR/admin.lang
+++ b/htdocs/langs/fr_FR/admin.lang
@@ -155,6 +155,7 @@ ProtectAndEncryptPdfFiles=Protection et encryption des pdf g
ProtectAndEncryptPdfFilesDesc=La protection d'un document pdf laisse le document libre à la lecture et à l'impression avec tout logiciel de lecture PDF. Par contre, la modification et la copie deviennent impossible.
DolibarrLicense=Licence
DolibarrProjectLeader=Chef de projet
+Developpers=Développeurs/contributeurs
OtherDeveloppers=Autres développeurs/contributeurs
OfficialWebSite=Site web officiel internationnal
OfficialWebSiteFr=Site web officiel francophone