diff -r 44ec4168b442 -r 693e42176007 TimeTracker/ConfigurationPage/TimeTrackerPage.py --- a/TimeTracker/ConfigurationPage/TimeTrackerPage.py Thu Jun 03 18:02:18 2021 +0200 +++ b/TimeTracker/ConfigurationPage/TimeTrackerPage.py Fri Jun 04 16:40:54 2021 +0200 @@ -22,6 +22,7 @@ Constructor @param plugin reference to the plugin object + @type TimeTrackerPlugin """ super().__init__() self.setupUi(self) @@ -39,7 +40,7 @@ def save(self): """ - Public slot to save the Pyramid configuration. + Public slot to save the Time Tracker configuration. """ self.__plugin.setPreferences( "MinimumDuration", self.durationSpinBox.value())