From db4b4d8b0c0deaa64cd131a983a66ceadd0eac25 Mon Sep 17 00:00:00 2001 From: hiob Date: Wed, 22 May 2019 08:46:11 +0200 Subject: [PATCH] Sort alphabetically Sort alphabetically Yaml files --- locale/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/en.yml b/locale/en.yml index b3480a6..8dac15d 100644 --- a/locale/en.yml +++ b/locale/en.yml @@ -1,6 +1,6 @@ reflar-latex: admin: settings: - prevent_formatting_description: Some extensions such as Markdown may format your LaTeX expressions before they are visualized on the forum. By enabling this option, whenever you save a post, any LaTeX expression will be wrapped by code so the Markdown extension ignores it. - prevent_formatting_warning: This option modifies the content of posts before they are saved. When disabling or enabling, previous expressions will remain as-is until the respective post is edited. - prevent_formatting_label: Wrap LaTeX expressions with code \ No newline at end of file + prevent_formatting_description: 'Some extensions such as Markdown may format your LaTeX expressions before they are visualized on the forum. By enabling this option, whenever you save a post, any LaTeX expression will be wrapped by code so the Markdown extension ignores it.' + prevent_formatting_label: Wrap LaTeX expressions with code + prevent_formatting_warning: 'This option modifies the content of posts before they are saved. When disabling or enabling, previous expressions will remain as-is until the respective post is edited.'