diff --git a/Configuration/FlexForms/Latest.xml b/Configuration/FlexForms/Latest.xml
index 013114442c01f22767f97fad5aa5e30b6890321f..ea0df7a698559ddd22c366480b6f8c9e430c8bf3 100644
--- a/Configuration/FlexForms/Latest.xml
+++ b/Configuration/FlexForms/Latest.xml
@@ -120,6 +120,7 @@
 					<settings.layout>
 						<TCEforms>
 							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout</label>
+							<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.description</description>
 							<onChange>reload</onChange>
 							<config>
 								<type>select</type>
diff --git a/Resources/Private/Language/de.locallang_db.xlf b/Resources/Private/Language/de.locallang_db.xlf
index 80f99185eed6adc9b456b35bdeb6679c007e82fb..5027255c1e7a5b4b9d85a13c88b01e003db5dd85 100644
--- a/Resources/Private/Language/de.locallang_db.xlf
+++ b/Resources/Private/Language/de.locallang_db.xlf
@@ -129,6 +129,10 @@
 				<source><![CDATA[The number of columns. (1-3)]]></source>
 				<target><![CDATA[Die Anzahl an Spalten. (1-3)]]></target>
 			</trans-unit>
+			<trans-unit id="plugin.flexForm.layout.description" approved="yes">
+				<source><![CDATA[Layouts have to be implemented to be effective.]]></source>
+				<target><![CDATA[Layouts müssen implementiert sein um Auswirkungen am Design zu sehen.]]></target>
+			</trans-unit>
 			<trans-unit id="plugin.flexForm.layout.navigation" approved="yes">
 				<source><![CDATA[Navigation dots]]></source>
 				<target><![CDATA[Navigationspunkte]]></target>
diff --git a/Resources/Private/Language/locallang_db.xlf b/Resources/Private/Language/locallang_db.xlf
index 156ccd368dbfb21e0a96ba6b8b1149bfd256b38b..a2a39436429adf3a1ba9a039213e5e189411a8e1 100644
--- a/Resources/Private/Language/locallang_db.xlf
+++ b/Resources/Private/Language/locallang_db.xlf
@@ -99,6 +99,9 @@
 			<trans-unit id="plugin.flexForm.layout.columns.description">
 				<source><![CDATA[The number of columns. (1-3)]]></source>
 			</trans-unit>
+			<trans-unit id="plugin.flexForm.layout.description">
+				<source><![CDATA[Layouts have to be implemented to be effective.]]></source>
+			</trans-unit>
 			<trans-unit id="plugin.flexForm.layout.navigation">
 				<source><![CDATA[Navigation dots]]></source>
 			</trans-unit>