This commit is contained in:
Kovid Goyal 2011-06-25 11:39:40 -06:00
parent 4e1cafbce9
commit 3873c2ad71

View File

@ -72,9 +72,7 @@ class UpdateNotification(QDialog):
self.label = QLabel(('<p>'+ self.label = QLabel(('<p>'+
_('%s has been updated to version <b>%s</b>. ' _('%s has been updated to version <b>%s</b>. '
'See the <a href="http://calibre-ebook.com/whats-new' 'See the <a href="http://calibre-ebook.com/whats-new'
'">new features</a>.') + '<p>'+_('Update <b>only</b> if one of the ' '">new features</a>.'))%(
'new features or bug fixes is important to you. '
'If the current version works well for you, there is no need to update.'))%(
__appname__, calibre_version)) __appname__, calibre_version))
self.label.setOpenExternalLinks(True) self.label.setOpenExternalLinks(True)
self.label.setWordWrap(True) self.label.setWordWrap(True)