diff --git a/src/calibre/gui2/comments_editor.py b/src/calibre/gui2/comments_editor.py
index 921c8676e9..5ead06138a 100644
--- a/src/calibre/gui2/comments_editor.py
+++ b/src/calibre/gui2/comments_editor.py
@@ -214,7 +214,7 @@ class EditorWidget(QWebView): # {{{
if is_image:
self.exec_command('insertHTML',
'
'%(prepare_string_for_xml(url, True),
- prepare_string_for_xml(name or '', True)))
+ prepare_string_for_xml(name or _('Image'), True)))
elif name:
self.exec_command('insertHTML',
'%s'%(prepare_string_for_xml(url, True),