diff --git a/htdocs/admin/system/modules.php b/htdocs/admin/system/modules.php
index a4cc4fefc117148ff92d9643feee37b5fd0d8f33..3486bcde498e1a60cfc06ef75eec035b48a2e658 100644
--- a/htdocs/admin/system/modules.php
+++ b/htdocs/admin/system/modules.php
@@ -106,8 +106,8 @@ print '<table class="noborder" width="100%">';
 print '<tr class="liste_titre">';
 print '<td>'.$langs->trans("Modules").'</td>';
 print '<td>'.$langs->trans("Version").'</td>';
-print '<td align="center">'.$langs->trans("Id Module").'</td>';
-print '<td>'.$langs->trans("Id Permissions").'</td>';
+print '<td align="center">'.$langs->trans("IdModule").'</td>';
+print '<td>'.$langs->trans("IdPermissions").'</td>';
 print '</tr>';
 $var=false;
 $sortorder=$modules_names;
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 4ee0ecd8dc93dda3e4264a9bda7a8a1e1d2e647d..f00493c5c415540da24e7e20939ce7bc585b5875 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -100,6 +100,9 @@ OtherOptions=Other options
 OtherSetup=Other setup
 CurrentValueSeparatorDecimal=Decimal separator
 CurrentValueSeparatorThousand=Thousand separator
+Destination=Destination
+IdModule=Module ID
+IdPermissions=Permissions ID
 Modules=Modules
 ModulesCommon=Main modules
 ModulesOther=Other modules
@@ -1491,3 +1494,6 @@ TaskModelModule=Tasks reports document model
 ##### ECM (GED) #####
 ECMSetup = GED Setup
 ECMAutoTree = Automatic tree folder and document  
+
+
+Format=Format
\ No newline at end of file