--- a/VCS/StatusMonitorLed.py Sat Sep 04 19:51:19 2010 +0200 +++ b/VCS/StatusMonitorLed.py Sat Sep 04 19:51:48 2010 +0200 @@ -46,7 +46,7 @@ """ yellow = checking VCS status). A status description is given""" """ in the tooltip.</p>""" )) - self.setToolTip(\ + self.setToolTip( self.trUtf8("Repository status checking is switched off") ) self.setColor(self.vcsMonitorLedColors["off"]) @@ -116,7 +116,7 @@ """ Private slot to change the status check interval. """ - interval, ok = QInputDialog.getInteger(\ + interval, ok = QInputDialog.getInteger( None, self.trUtf8("VCS Status Monitor"), self.trUtf8("Enter monitor interval [s]"), @@ -135,4 +135,4 @@ """ Private slot to switch the status monitor thread to Off. """ - self.project.stopStatusMonitor() + self.project.stopStatusMonitor() \ No newline at end of file