diff -r b8c93d063a53 -r ed31e909cf2e Tools/TrayStarter.py --- a/Tools/TrayStarter.py Sun Aug 21 19:11:03 2011 +0200 +++ b/Tools/TrayStarter.py Tue Aug 23 18:44:20 2011 +0200 @@ -85,7 +85,7 @@ self.__menu.addAction(UI.PixmapCache.getIcon("unittest.png"), self.trUtf8("Unittest"), self.__startUnittest) self.__menu.addAction(UI.PixmapCache.getIcon("ericWeb.png"), - self.trUtf8("Web Browser"), self.__startHelpViewer) + self.trUtf8("eric5 Web Browser"), self.__startHelpViewer) self.__menu.addSeparator() self.__menu.addAction(UI.PixmapCache.getIcon("diffFiles.png"),