This commit is contained in:
Kovid Goyal 2011-06-24 22:47:10 -06:00
parent 10d354b150
commit 5bb81ed5a5

View File

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