diff -r ac84ac3c0f05 -r f0cb7579c0b4 Project/ProjectBrowser.py --- a/Project/ProjectBrowser.py Sat Jul 05 11:41:14 2014 +0200 +++ b/Project/ProjectBrowser.py Sat Jul 05 12:13:23 2014 +0200 @@ -4,7 +4,7 @@ # """ -Module implementing the project browser part of the eric5 UI. +Module implementing the project browser part of the eric6 UI. """ from __future__ import unicode_literals @@ -28,7 +28,7 @@ class ProjectBrowser(E5TabWidget): """ - Class implementing the project browser part of the eric5 UI. + Class implementing the project browser part of the eric6 UI. It generates a widget with up to seven tabs. The individual tabs contain the project sources browser, the project forms browser,