diff --git a/src/lang/locale/en.ts b/src/lang/locale/en.ts index 1bc9a92..ef17665 100644 --- a/src/lang/locale/en.ts +++ b/src/lang/locale/en.ts @@ -264,11 +264,11 @@ export default { MD_CSS_DESC: "The filename of the CSS to apply to markdown embeds. Provide the filename with extension (e.g. 'md-embed.css'). The css file may also be a plain " + "markdown file (e.g. 'md-embed-css.md'), just make sure the content is written using valid css syntax. " + - "If you need to look at the HTML code you are applying the CSS to, then open Obsidian Developer Console (CTRL+SHIFT+i) and type in the follwoing command: " + + "If you need to look at the HTML code you are applying the CSS to, then open Obsidian Developer Console (CTRL+SHIFT+i) and type in the following command: " + '"ExcalidrawAutomate.mostRecentMarkdownSVG". This will display the most recent SVG generated by Excalidraw. ' + "Setting the font-family in the css is has limitations. By default only your operating system's standard fonts are available (see README for details). " + "You can add one custom font beyond that using the setting above. " + - 'You can override this css setting by adding the following frontmatter-key to the embedded markdown file: "excalidraw-css: css_file_in_valut|css-snippet".', + 'You can override this css setting by adding the following frontmatter-key to the embedded markdown file: "excalidraw-css: css_file_in_vault|css-snippet".', EMBED_HEAD: "Embed & Export", EMBED_REUSE_EXPORTED_IMAGE_NAME: "If found, use the already exported image for preview", EMBED_REUSE_EXPORTED_IMAGE_DESC: