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! + \ No newline at end of file diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index bb5a2b1..05b3000 100644 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -58,6 +58,10 @@ Something is wrong, please check all required fields. + + + Configuration saved. + \ No newline at end of file