From 5b1fdcf0edc588fc81805193584f8e79e4108cbf Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Thu, 19 Oct 2017 16:07:53 +0200 Subject: [PATCH] Update plugin.php added localization for options --- bl-plugins/simplemde/plugin.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bl-plugins/simplemde/plugin.php b/bl-plugins/simplemde/plugin.php index 9dde86bc..a2c11b8e 100644 --- a/bl-plugins/simplemde/plugin.php +++ b/bl-plugins/simplemde/plugin.php @@ -22,28 +22,28 @@ class pluginsimpleMDE extends Plugin { global $Language; $html = '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; $html .= '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; $html .= '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; $html .= '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; @@ -116,7 +116,7 @@ class pluginsimpleMDE extends Plugin { toolbarTips: true, toolbarGuideIcon: true, autofocus: false, - placeholder: "'.$Language->get('Content here Supports Markdown and HTML code').'", + placeholder: "'.$Language->get('content-here-supports-markdown-and-html-code').'", lineWrapping: true, autoDownloadFontAwesome: false, indentWithTabs: true,