diff options
Diffstat (limited to 'public/help/he')
-rw-r--r-- | public/help/he/wiki_syntax_detailed_markdown.html | 2 | ||||
-rw-r--r-- | public/help/he/wiki_syntax_detailed_textile.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/help/he/wiki_syntax_detailed_markdown.html b/public/help/he/wiki_syntax_detailed_markdown.html index 7ba3eaba6..787df08a3 100644 --- a/public/help/he/wiki_syntax_detailed_markdown.html +++ b/public/help/he/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 (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/he/wiki_syntax_detailed_textile.html b/public/help/he/wiki_syntax_detailed_textile.html index f0360fc57..02c662052 100644 --- a/public/help/he/wiki_syntax_detailed_textile.html +++ b/public/help/he/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>!>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 (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> |