diff --git a/Classes/Controller/AdminController.php b/Classes/Controller/AdminController.php
index 3bf0a76..80879ef 100644
--- a/Classes/Controller/AdminController.php
+++ b/Classes/Controller/AdminController.php
@@ -86,7 +86,7 @@ public function indexAction() {
if ($changes){
$this->addFlashMessage(
- 'Configuration saved.',
+ \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate("saved", "layout_editor", array()),
'',
\TYPO3\CMS\Core\Messaging\FlashMessage::OK
);
diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf
index ced036e..55d3458 100644
--- a/Resources/Private/Language/de.locallang.xlf
+++ b/Resources/Private/Language/de.locallang.xlf
@@ -59,6 +59,10 @@
Hier stimmt was nicht, vielleicht sind nicht alle erforderlichen Felder ausgefüllt.
+
+
+ Gespeichert!
+