diff --git a/Configuration/TCA/tx_variables_marker.php b/Configuration/TCA/tx_variables_marker.php
index b218042..341a9dc 100644
--- a/Configuration/TCA/tx_variables_marker.php
+++ b/Configuration/TCA/tx_variables_marker.php
@@ -119,6 +119,7 @@
'marker' => [
'exclude' => 0,
'label' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.marker',
+ 'description' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.marker.description',
'l10n_mode' => 'exclude',
'config' => [
'type' => 'input',
@@ -130,6 +131,7 @@
'replacement' => [
'exclude' => 0,
'label' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.replacement',
+ 'description' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.replacement.description',
'config' => [
'type' => 'text',
'cols' => 40,
diff --git a/Resources/Private/Language/locallang_csh_tx_variables_marker.xlf b/Resources/Private/Language/locallang_csh_tx_variables_marker.xlf
deleted file mode 100644
index efcfd8f..0000000
--- a/Resources/Private/Language/locallang_csh_tx_variables_marker.xlf
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
- The marker you want to replace in your page. Will be automatically converted to upper case. Do not put the double curly brackets {{ ... }}.
-
-
- The replacement text for the marker. You may reference other markers by enclosing them into double curly brackets {{ ... }}.
-
-
-
-
diff --git a/Resources/Private/Language/locallang_db.xlf b/Resources/Private/Language/locallang_db.xlf
index fc482f4..4c4eeeb 100644
--- a/Resources/Private/Language/locallang_db.xlf
+++ b/Resources/Private/Language/locallang_db.xlf
@@ -9,9 +9,15 @@
Marker:
+
+ The marker you want to replace in your page. Will be automatically converted to upper case. Do not put the double curly brackets {{ ... }}.
+ Replacement Text:
+
+ The replacement text for the marker. You may reference other markers by enclosing them into double curly brackets {{ ... }}.
+