Index: admin/modules.php
===================================================================
--- admin/modules.php	(revision )
+++ admin/modules.php	(revision )
@@ -203,8 +203,8 @@
 /// Print the table of all modules
     // construct the flexible table ready to display
     $table = new flexible_table(MODULE_TABLE);
-    $table->define_columns(array('name', 'instances', 'version', 'hideshow', 'delete', 'settings'));
-    $table->define_headers(array($stractivitymodule, $stractivities, $strversion, "$strhide/$strshow", $strdelete, $strsettings));
+    $table->define_columns(array('name','englishname', 'instances', 'version', 'hideshow', 'delete', 'settings'));
+    $table->define_headers(array($stractivitymodule,'Module Name', $stractivities, $strversion, "$strhide/$strshow", $strdelete, $strsettings));
     $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/modules.php');
     $table->set_attribute('id', 'modules');
     $table->set_attribute('class', 'generaltable generalbox boxaligncenter boxwidthwide');
@@ -256,6 +256,7 @@
 
         $table->add_data(array(
             '<span'.$class.'>'.$icon.' '.$modulename.$extra.'</span>',
+			$module->name,
             $countlink,
             '<span'.$class.'>'.$module->version.'</span>',
             $visible,
