From d47db933929722558646e0f5a1f444703668da35 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Sep 2013 18:01:49 +0530 Subject: [PATCH] ... --- src/calibre/gui2/comments_editor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/comments_editor.py b/src/calibre/gui2/comments_editor.py index 0d2e6e779a..0347911ecd 100644 --- a/src/calibre/gui2/comments_editor.py +++ b/src/calibre/gui2/comments_editor.py @@ -244,8 +244,8 @@ class EditorWidget(QWebView): # {{{ d.la = la = QLabel(_( 'Enter a URL. You can also choose to create a link to a file on ' 'your computer. If the selected file is an image, it will be ' - 'inserted as an image. Note that if you create a link to a file on ' - 'your computer, it will stop working if the file is moved.')) + 'inserted as an image. Note that if you create a link to a file or image on ' + 'your computer, it will stop working if the file or image is moved.')) la.setWordWrap(True) la.setStyleSheet('QLabel { margin-bottom: 1.5ex }') l.setWidget(0, l.SpanningRole, la)