From a06685fd5c304fbb8b8a4ada47ca715f363eb5a8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 8 Sep 2012 09:39:23 +0530 Subject: [PATCH] Fix #1047721 ([Enhancement] Change new version notification message) --- src/calibre/gui2/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/update.py b/src/calibre/gui2/update.py index a7bc341a96..0b685e2fd2 100644 --- a/src/calibre/gui2/update.py +++ b/src/calibre/gui2/update.py @@ -75,7 +75,7 @@ class UpdateNotification(QDialog): self.logo.setPixmap(QPixmap(I('lt.png')).scaled(100, 100, Qt.IgnoreAspectRatio, Qt.SmoothTransformation)) self.label = QLabel(('

'+ - _('%(app)s has been updated to version %(ver)s. ' + _('New version %(ver)s of %(app)s is available for download. ' 'See the new features.'))%dict( app=__appname__, ver=calibre_version))