diff options
author | Go MAEDA <maeda@farend.jp> | 2019-12-11 09:06:51 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-12-11 09:06:51 +0000 |
commit | d302f778be5b7412c579af8eef1b44194e98005b (patch) | |
tree | 4996afb18a47164ce2341d51f816ee774c2263f2 /public/help/cs | |
parent | 454ca7469a3b5e933aeb5cd505dbce40b419bd29 (diff) | |
download | redmine-d302f778be5b7412c579af8eef1b44194e98005b.tar.gz redmine-d302f778be5b7412c579af8eef1b44194e98005b.zip |
Fixes image pasting for Edge (#3816, #32552, #32596).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@19356 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/cs')
-rw-r--r-- | public/help/cs/wiki_syntax_detailed_markdown.html | 2 | ||||
-rw-r--r-- | public/help/cs/wiki_syntax_detailed_textile.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/help/cs/wiki_syntax_detailed_markdown.html b/public/help/cs/wiki_syntax_detailed_markdown.html index d9d818fb8..288e98232 100644 --- a/public/help/cs/wiki_syntax_detailed_markdown.html +++ b/public/help/cs/wiki_syntax_detailed_markdown.html @@ -221,7 +221,7 @@ http://www.redmine.org, someone@foo.bar <ul> <li><strong>![](image_url)</strong> zobrazí obrázek z odkazu (syntaxe Markdown)</li> <li>Jestliže máte obrázek přiložený k Wiki stránce, může být zobrazen jako vložený obrázek pomocí jeho jména: <strong>![](attached_image)</strong></li> - <li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer and Edge are not supported).</li> + <li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer is not supported).</li> <li>Image files can be dragged onto the text area in order to be uploaded and embedded.</li> </ul> diff --git a/public/help/cs/wiki_syntax_detailed_textile.html b/public/help/cs/wiki_syntax_detailed_textile.html index 1eec2efa5..37daad775 100644 --- a/public/help/cs/wiki_syntax_detailed_textile.html +++ b/public/help/cs/wiki_syntax_detailed_textile.html @@ -226,7 +226,7 @@ http://www.redmine.org, someone@foo.bar <li><strong>!image_url!</strong> zobrazí obrázek z odkazu (syntaxe textile)</li> <li><strong>!>image_url!</strong> obrázek zarovnaný napravo</li> <li>Jestliže máte obrázek přiložený k Wiki stránce, může být zobrazen jako vložený obrázek pomocí jeho jména: <strong>!prilozeny_obrazek.png!</strong></li> - <li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer and Edge are not supported).</li> + <li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer is not supported).</li> <li>Image files can be dragged onto the text area in order to be uploaded and embedded.</li> </ul> |