mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 05:55:19 +01:00
Fix #1047721 ([Enhancement] Change new version notification message)
This commit is contained in:
parent
0a3f368280
commit
a06685fd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def __init__(self, calibre_version, plugin_updates, parent=None):
|
|||
self.logo.setPixmap(QPixmap(I('lt.png')).scaled(100, 100,
|
||||
Qt.IgnoreAspectRatio, Qt.SmoothTransformation))
|
||||
self.label = QLabel(('<p>'+
|
||||
_('%(app)s has been updated to version <b>%(ver)s</b>. '
|
||||
_('New version <b>%(ver)s</b> of %(app)s is available for download. '
|
||||
'See the <a href="http://calibre-ebook.com/whats-new'
|
||||
'">new features</a>.'))%dict(
|
||||
app=__appname__, ver=calibre_version))
|
||||
|
|
|
|||
Loading…
Reference in a new issue