diff --git a/components/ILIAS/Table/classes/class.ilTable2GUI.php b/components/ILIAS/Table/classes/class.ilTable2GUI.php
index 7f8942863522..bfdb262de74e 100755
--- a/components/ILIAS/Table/classes/class.ilTable2GUI.php
+++ b/components/ILIAS/Table/classes/class.ilTable2GUI.php
@@ -1080,6 +1080,7 @@ public function fillHeader(): void
: $column["width"];
$this->tpl->setVariable("TBL_COLUMN_WIDTH", " style=\"width:" . $width . "\"");
}
+ $this->tpl->setVariable("TXT_SELECTION", $this->lng->txt("tbl_selection"));
$this->tpl->parseCurrentBlock();
continue;
}
diff --git a/components/ILIAS/Table/templates/default/tpl.table2.html b/components/ILIAS/Table/templates/default/tpl.table2.html
index 40146f02a093..dd84b97c5ab5 100755
--- a/components/ILIAS/Table/templates/default/tpl.table2.html
+++ b/components/ILIAS/Table/templates/default/tpl.table2.html
@@ -154,7 +154,7 @@
-
+ | {TXT_SELECTION}
|
diff --git a/lang/ilias_de.lang b/lang/ilias_de.lang
index d3c98f40e190..d88bf30e0716 100644
--- a/lang/ilias_de.lang
+++ b/lang/ilias_de.lang
@@ -17077,6 +17077,7 @@ tax#:#tax_tax_settings#:#Taxonomieeinstellungen
tax#:#tax_taxonomy#:#Taxonomie
tbl#:#tbl_export_csv#:#.CSV-Export
tbl#:#tbl_export_excel#:#Excel-Export
+tbl#:#tbl_selection#:#Auswahl
tbl#:#tbl_template_create#:#Aktuelle Ansicht speichern
tbl#:#tbl_template_created#:#Die aktuelle Ansicht wurde gespeichert.
tbl#:#tbl_template_delete#:#Gespeicherte Ansicht löschen
diff --git a/lang/ilias_en.lang b/lang/ilias_en.lang
index f32c3b598155..a4e3bf476487 100755
--- a/lang/ilias_en.lang
+++ b/lang/ilias_en.lang
@@ -17078,6 +17078,7 @@ tax#:#tax_tax_settings#:#Taxonomy Settings
tax#:#tax_taxonomy#:#Taxonomy
tbl#:#tbl_export_csv#:#Export CSV
tbl#:#tbl_export_excel#:#Export Excel
+tbl#:#tbl_selection#:#Selection
tbl#:#tbl_template_create#:#Save Current View
tbl#:#tbl_template_created#:#The current view has been saved.
tbl#:#tbl_template_delete#:#Delete Saved View