Update UUID and fixed #432
This commit is contained in:
parent
7f9094b25b
commit
40147ec634
|
@ -253,5 +253,6 @@
|
|||
"save-as-draft": "Save as draft",
|
||||
"slug": "slug",
|
||||
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
|
||||
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit"
|
||||
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
|
||||
"content-here-supports-markdown-and-html-code": "Content here. Supports Markdown and HTML code."
|
||||
}
|
|
@ -129,7 +129,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,
|
||||
|
|
Loading…
Reference in New Issue