summaryrefslogtreecommitdiffstats
path: root/public/help/sl
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/sl
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/sl')
-rw-r--r--public/help/sl/wiki_syntax_detailed_markdown.html2
-rw-r--r--public/help/sl/wiki_syntax_detailed_textile.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/help/sl/wiki_syntax_detailed_markdown.html b/public/help/sl/wiki_syntax_detailed_markdown.html
index e4ca43131..7ba3eaba6 100644
--- a/public/help/sl/wiki_syntax_detailed_markdown.html
+++ b/public/help/sl/wiki_syntax_detailed_markdown.html
@@ -224,7 +224,7 @@ http://www.redmine.org, someone@foo.bar
<ul>
<li><strong>![](image_url)</strong> displays an image located at image_url (markdown syntax)</li>
<li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <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/sl/wiki_syntax_detailed_textile.html b/public/help/sl/wiki_syntax_detailed_textile.html
index 9294fd2f3..f0360fc57 100644
--- a/public/help/sl/wiki_syntax_detailed_textile.html
+++ b/public/help/sl/wiki_syntax_detailed_textile.html
@@ -217,7 +217,7 @@ http://www.redmine.org, someone@foo.bar
<li><strong>!image_url!</strong> displays an image located at image_url (textile syntax)</li>
<li><strong>!&gt;image_url!</strong> right floating image</li>
<li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <strong>!attached_image.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>