IGN:Make link to User Manual ore explicit

This commit is contained in:
Kovid Goyal 2009-11-20 08:19:24 -07:00
parent 05bc40b53f
commit 2fdc5b946c

View File

@ -213,9 +213,8 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
self.device_manager.umount_device) self.device_manager.umount_device)
####################### Vanity ######################## ####################### Vanity ########################
self.vanity_template = _('<p>For help visit <a href="http://%s.' self.vanity_template = _('<p>For help see the: <a href="%s">User Manual</a>'
'kovidgoyal.net/user_manual">%s.kovidgoyal.net</a>' '<br>')%'http://calibre.kovidgoyal.net/user_manual'
'<br>')%(__appname__, __appname__)
self.vanity_template += _('<b>%s</b>: %s by <b>Kovid Goyal ' self.vanity_template += _('<b>%s</b>: %s by <b>Kovid Goyal '
'%%(version)s</b><br>%%(device)s</p>')%(__appname__, __version__) '%%(version)s</b><br>%%(device)s</p>')%(__appname__, __version__)
self.latest_version = ' ' self.latest_version = ' '