diff --git a/bl-plugins/simplemde/plugin.php b/bl-plugins/simplemde/plugin.php index 91e83bb6..9dde86bc 100644 --- a/bl-plugins/simplemde/plugin.php +++ b/bl-plugins/simplemde/plugin.php @@ -116,7 +116,7 @@ class pluginsimpleMDE extends Plugin { toolbarTips: true, toolbarGuideIcon: true, autofocus: false, - placeholder: "Content here. Supports Markdown and HTML code.", + placeholder: "'.$Language->get('Content here Supports Markdown and HTML code').'", lineWrapping: true, autoDownloadFontAwesome: false, indentWithTabs: true, @@ -147,4 +147,4 @@ class pluginsimpleMDE extends Plugin { return false; } -} \ No newline at end of file +}