diff --git a/core/modules/language/lib/Drupal/language/LanguageListController.php b/core/modules/language/lib/Drupal/language/LanguageListController.php
index d729b78..e09c151 100644
--- a/core/modules/language/lib/Drupal/language/LanguageListController.php
+++ b/core/modules/language/lib/Drupal/language/LanguageListController.php
@@ -60,10 +60,10 @@ public function getOperations(EntityInterface $entity) {
    * {@inheritdoc}
    */
   public function buildHeader() {
-    $row = parent::buildHeader();
-    unset($row['id']);
+    $row = array();
     $row['label'] = t('Name');
     $row['weight'] = t('Weight');
+    $row['operations'] = t('Operations');
     return $row;
   }
 
