--- a/Helpviewer/UrlBar/UrlBar.py Tue Aug 23 18:44:20 2011 +0200 +++ b/Helpviewer/UrlBar/UrlBar.py Tue Aug 23 18:59:20 2011 +0200 @@ -41,7 +41,8 @@ @param parent reference to the parent widget (HelpBrowser) """ E5LineEdit.__init__(self, parent) - self.setInactiveText(self.trUtf8("Enter the location here.")) + self.setInactiveText(self.trUtf8("Enter the URL here.")) + self.setWhatsThis(self.trUtf8("Enter the URL here.")) self.__mw = mainWindow self.__browser = None