if time:
            self.cnt = time
            txt = plugin.text.autoClose % self.cnt
            info = wx.StaticText(self, -1, txt)
            info.Enable(False)