summaryrefslogtreecommitdiffstats
path: root/public/help/cs
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-12-05 23:32:18 +0000
committerGo MAEDA <maeda@farend.jp>2019-12-05 23:32:18 +0000
commite646f7e4564dea0971dcf16796507c120db8c406 (patch)
treeb004decaf0c0cf62b1c4fb9fb912fdaf39a67ef3 /public/help/cs
parent54971a8800963f61a86686d94e276a3cbcae3065 (diff)
downloadredmine-e646f7e4564dea0971dcf16796507c120db8c406.tar.gz
redmine-e646f7e4564dea0971dcf16796507c120db8c406.zip
Clarify that pasting images from clipboard does not support Internet Explorer and Edge (#31169, #32552).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19339 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/cs')
-rw-r--r--public/help/cs/wiki_syntax_detailed_markdown.html2
-rw-r--r--public/help/cs/wiki_syntax_detailed_textile.html2
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 be645ae71..d9d818fb8 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.</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>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 3d1acdffd..1eec2efa5 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>!&gt;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.</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>Image files can be dragged onto the text area in order to be uploaded and embedded.</li>
</ul>