diff --git a/src/calibre/gui2/main.py b/src/calibre/gui2/main.py index dcf76f2cb1..82613fd9a0 100644 --- a/src/calibre/gui2/main.py +++ b/src/calibre/gui2/main.py @@ -213,9 +213,8 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI): self.device_manager.umount_device) ####################### Vanity ######################## - self.vanity_template = _('

For help visit %s.kovidgoyal.net' - '
')%(__appname__, __appname__) + self.vanity_template = _('

For help see the: User Manual' + '
')%'http://calibre.kovidgoyal.net/user_manual' self.vanity_template += _('%s: %s by Kovid Goyal ' '%%(version)s
%%(device)s

')%(__appname__, __version__) self.latest_version = ' '