From 2fdc5b946cd70ff8cee52a8c2f351ed090258b55 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 20 Nov 2009 08:19:24 -0700 Subject: [PATCH] IGN:Make link to User Manual ore explicit --- src/calibre/gui2/main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 = ' '