--- a/DataViews/PyProfileDialog.py Tue Mar 25 19:36:31 2014 +0100 +++ b/DataViews/PyProfileDialog.py Wed Mar 26 20:03:25 2014 +0100 @@ -53,7 +53,7 @@ class PyProfileDialog(QDialog, Ui_PyProfileDialog): """ - Class implementing a dialog to display the results of a syntax check run. + Class implementing a dialog to display the results of a profiling run. """ def __init__(self, parent=None): """