summaryrefslogtreecommitdiffstats
path: root/public/help/ja/wiki_syntax_detailed_markdown.html
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/ja/wiki_syntax_detailed_markdown.html
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/ja/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/ja/wiki_syntax_detailed_markdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html
index 0d26e9a69..09243cded 100644
--- a/public/help/ja/wiki_syntax_detailed_markdown.html
+++ b/public/help/ja/wiki_syntax_detailed_markdown.html
@@ -222,7 +222,7 @@ http://www.redmine.org, someone@foo.bar
<ul>
<li><strong>![](image_url)</strong> image_urlで指定されたURLの画像を表示 (Markdownの記法)</li>
<li>Wikiページに添付された画像があれば、ファイル名を指定して画像を表示させることができます: <strong>![](attached_image)</strong></li>
- <li>PCのクリップボード内の画像は Ctrl-v または Command-v で直接貼り付けることができます。</li>
+ <li>PCのクリップボード内の画像は Ctrl-v または Command-v で直接貼り付けることができます (Internet ExplorerとEdgeには対応していません)。</li>
<li>画像ファイルをテキストエリアにドロップするとアップロードと画像の埋め込みが行われます。</li>
</ul>